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.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/firmware/target/arm/as3525/debug-target.h b/firmware/target/arm/as3525/debug-target.h
index 0769a2f11d..553eeb94e8 100644
--- a/firmware/target/arm/as3525/debug-target.h
+++ b/firmware/target/arm/as3525/debug-target.h
@@ -19,8 +19,11 @@
19 * 19 *
20 ****************************************************************************/ 20 ****************************************************************************/
21 21
22#ifndef _DEBUG_TARGET_H_
23#define _DEBUG_TARGET_H_
22#include <stdbool.h> 24#include <stdbool.h>
23 25
24#define DEBUG_CANCEL BUTTON_LEFT 26#define DEBUG_CANCEL BUTTON_LEFT
25bool __dbg_hw_info(void); 27bool __dbg_hw_info(void);
26bool __dbg_ports(void); 28bool __dbg_ports(void);
29#endif