summaryrefslogtreecommitdiff
path: root/firmware/target/mips/ingenic_jz47xx/debug-jz4740.c
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/target/mips/ingenic_jz47xx/debug-jz4740.c')
-rw-r--r--firmware/target/mips/ingenic_jz47xx/debug-jz4740.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/firmware/target/mips/ingenic_jz47xx/debug-jz4740.c b/firmware/target/mips/ingenic_jz47xx/debug-jz4740.c
index 5bdd4c4de9..d7170567f9 100644
--- a/firmware/target/mips/ingenic_jz47xx/debug-jz4740.c
+++ b/firmware/target/mips/ingenic_jz47xx/debug-jz4740.c
@@ -134,7 +134,7 @@ bool dbg_ports(void)
134 return false; 134 return false;
135} 135}
136 136
137bool __dbg_hw_info(void) 137bool dbg_hw_info(void)
138{ 138{
139 int btn = 0; 139 int btn = 0;
140#ifdef HAVE_TOUCHSCREEN 140#ifdef HAVE_TOUCHSCREEN