diff options
author | William Wilgus <wilgus.william@gmail.com> | 2020-08-31 02:45:09 -0400 |
---|---|---|
committer | William Wilgus <wilgus.william@gmail.com> | 2020-08-31 02:45:09 -0400 |
commit | 790a5bb0ca464c7ed1e0f1b058bb1ac30a8a055c (patch) | |
tree | 7a12b6cb1d30e78bf3119e1d4ce4b4f434b1ef74 /firmware/target/mips | |
parent | 63e6aec260f97f0f7c91c7abebecb3d4b2759f4c (diff) | |
download | rockbox-790a5bb0ca464c7ed1e0f1b058bb1ac30a8a055c.tar.gz rockbox-790a5bb0ca464c7ed1e0f1b058bb1ac30a8a055c.zip |
Xduoo_x3 Boot Fix red from debug menu changes
Change-Id: I1a84cf28f8a3416d661a8e2e4dd31c9e86f50ba0
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 | ||