summaryrefslogtreecommitdiff
path: root/firmware/target/arm/as3525/debug-target.h
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/target/arm/as3525/debug-target.h')
-rw-r--r--firmware/target/arm/as3525/debug-target.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/firmware/target/arm/as3525/debug-target.h b/firmware/target/arm/as3525/debug-target.h
index a9e4355..1359e6a 100644
--- a/firmware/target/arm/as3525/debug-target.h
+++ b/firmware/target/arm/as3525/debug-target.h
@@ -24,6 +24,6 @@
#include <stdbool.h>
#define DEBUG_CANCEL BUTTON_LEFT
-bool __dbg_hw_info(void);
+bool dbg_hw_info(void);
bool dbg_ports(void);
#endif