summaryrefslogtreecommitdiff
path: root/firmware/target/arm/tcc780x
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/target/arm/tcc780x')
-rw-r--r--firmware/target/arm/tcc780x/debug-tcc780x.c3
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 @@
19 * 19 *
20 ****************************************************************************/ 20 ****************************************************************************/
21 21
22#include <stdbool.h>
23#include <stdio.h>
22#include "config.h" 24#include "config.h"
23#include "cpu.h" 25#include "cpu.h"
24#include "system.h" 26#include "system.h"
25#include "string.h" 27#include "string.h"
26#include <stdbool.h>
27#include "button.h" 28#include "button.h"
28#include "lcd.h" 29#include "lcd.h"
29#include "font.h" 30#include "font.h"