summaryrefslogtreecommitdiff
path: root/hid/lib/drivers/factory.h
diff options
context:
space:
mode:
Diffstat (limited to 'hid/lib/drivers/factory.h')
-rw-r--r--hid/lib/drivers/factory.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/hid/lib/drivers/factory.h b/hid/lib/drivers/factory.h
index 7dbafdd9..b82c4e14 100644
--- a/hid/lib/drivers/factory.h
+++ b/hid/lib/drivers/factory.h
@@ -24,6 +24,7 @@
#include "keyboard.h"
#include "mouse.h"
#include "storage.h"
+#include "board.h"
namespace DRIVERS {
@@ -31,5 +32,6 @@ namespace DRIVERS {
static Keyboard *makeKeyboard(type _type);
static Mouse *makeMouse(type _type);
static Storage* makeStorage(type _type);
+ static Board* makeBoard(type _type);
};
}