diff options
Diffstat (limited to 'firmware/target/arm/tcc780x')
-rw-r--r-- | firmware/target/arm/tcc780x/debug-tcc780x.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/firmware/target/arm/tcc780x/debug-tcc780x.c b/firmware/target/arm/tcc780x/debug-tcc780x.c index 11d6d2acab..3afc5fafab 100644 --- a/firmware/target/arm/tcc780x/debug-tcc780x.c +++ b/firmware/target/arm/tcc780x/debug-tcc780x.c @@ -19,11 +19,12 @@ * ****************************************************************************/ +#include <stdbool.h> +#include <stdio.h> #include "config.h" #include "cpu.h" #include "system.h" #include "string.h" -#include <stdbool.h> #include "button.h" #include "lcd.h" #include "font.h" |