diff options
Diffstat (limited to 'firmware/src/app.h')
-rw-r--r-- | firmware/src/app.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/firmware/src/app.h b/firmware/src/app.h index 50db318..03de612 100644 --- a/firmware/src/app.h +++ b/firmware/src/app.h @@ -25,6 +25,11 @@ #include "system_config.h"
#include "system_definitions.h"
+#include "T6963C_PIC/t6963c.h"
+#include "t6963c_specific.h"
+#include "T6963C_PIC/terminal.h"
+#include "keyboard.h"
+
#ifdef __cplusplus // Provide C++ Compatibility
extern "C" {
|