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.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/firmware/target/arm/as3525/debug-as3525.c b/firmware/target/arm/as3525/debug-as3525.c
index a8a973b9b2..8e2d90ca3b 100644
--- a/firmware/target/arm/as3525/debug-as3525.c
+++ b/firmware/target/arm/as3525/debug-as3525.c
@@ -43,7 +43,7 @@
43 * if I put the below into a sansa-fuze/debug-target.h, it doesn't work*/ 43 * if I put the below into a sansa-fuze/debug-target.h, it doesn't work*/
44#if defined(SANSA_FUZE) || defined(SANSA_E200V2) 44#if defined(SANSA_FUZE) || defined(SANSA_E200V2)
45#define DEBUG_DBOP 45#define DEBUG_DBOP
46short button_dbop_data(void); 46unsigned short button_dbop_data(void);
47#endif 47#endif
48 48
49static unsigned read_cp15 (void) 49static unsigned read_cp15 (void)