summaryrefslogtreecommitdiff
path: root/firmware/export/cpu.h
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/export/cpu.h')
-rw-r--r--firmware/export/cpu.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/firmware/export/cpu.h b/firmware/export/cpu.h
index 84229378ec..08a91a6d10 100644
--- a/firmware/export/cpu.h
+++ b/firmware/export/cpu.h
@@ -51,3 +51,6 @@
51#ifdef CPU_TCC77X 51#ifdef CPU_TCC77X
52#include "tcc77x.h" 52#include "tcc77x.h"
53#endif 53#endif
54#ifdef CPU_TCC780X
55#include "tcc780x.h"
56#endif