diff options
Diffstat (limited to 'firmware/target/mips')
-rw-r--r-- | firmware/target/mips/ingenic_jz47xx/debug-jz4760.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/firmware/target/mips/ingenic_jz47xx/debug-jz4760.c b/firmware/target/mips/ingenic_jz47xx/debug-jz4760.c index 0d3fec99aa..105d3fa690 100644 --- a/firmware/target/mips/ingenic_jz47xx/debug-jz4760.c +++ b/firmware/target/mips/ingenic_jz47xx/debug-jz4760.c | |||
@@ -28,9 +28,9 @@ | |||
28 | #include "font.h" | 28 | #include "font.h" |
29 | #include "button.h" | 29 | #include "button.h" |
30 | #include "timefuncs.h" | 30 | #include "timefuncs.h" |
31 | #include "action.h" | ||
32 | 31 | ||
33 | #ifndef BOOTLOADER | 32 | #ifndef BOOTLOADER |
33 | #include "action.h" | ||
34 | 34 | ||
35 | static int line = 0; | 35 | static int line = 0; |
36 | 36 | ||