summaryrefslogtreecommitdiff
path: root/firmware/target/arm/as3525/debug-as3525.c
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/target/arm/as3525/debug-as3525.c')
-rw-r--r--firmware/target/arm/as3525/debug-as3525.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/firmware/target/arm/as3525/debug-as3525.c b/firmware/target/arm/as3525/debug-as3525.c
index be78bca0e0..6ec065b03c 100644
--- a/firmware/target/arm/as3525/debug-as3525.c
+++ b/firmware/target/arm/as3525/debug-as3525.c
@@ -68,7 +68,7 @@ extern bool sd_enabled;
68 * if I put the below into a sansa-fuze/debug-target.h, it doesn't work*/ 68 * if I put the below into a sansa-fuze/debug-target.h, it doesn't work*/
69#if defined(SANSA_FUZE) || defined(SANSA_E200V2) || defined(SANSA_C200V2) 69#if defined(SANSA_FUZE) || defined(SANSA_E200V2) || defined(SANSA_C200V2)
70#define DEBUG_DBOP 70#define DEBUG_DBOP
71unsigned short button_dbop_data(void); 71#include "dbop-as3525.h"
72#endif 72#endif
73 73
74static inline unsigned read_cp15 (void) 74static inline unsigned read_cp15 (void)
@@ -392,7 +392,7 @@ bool __dbg_ports(void)
392#ifdef DEBUG_DBOP 392#ifdef DEBUG_DBOP
393 line++; 393 line++;
394 lcd_puts(0, line++, "[DBOP_DIN]"); 394 lcd_puts(0, line++, "[DBOP_DIN]");
395 lcd_putsf(0, line++, "DBOP_DIN: %4x", button_dbop_data()); 395 lcd_putsf(0, line++, "DBOP_DIN: %4x", dbop_debug());
396#endif 396#endif
397 line++; 397 line++;
398 lcd_puts(0, line++, "[CP15]"); 398 lcd_puts(0, line++, "[CP15]");