diff options
author | Camil Staps | 2016-08-22 22:28:32 +0200 |
---|---|---|
committer | Camil Staps | 2016-08-22 22:28:32 +0200 |
commit | 79bb1a9932af7bfcdab67e2a1da9d9edcba87f71 (patch) | |
tree | c9f96cd9498d1e24bc646923c5d79d13f310fbeb /firmware/src/app.h | |
parent | Initial commit (diff) |
old wipold
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" {
|