summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--firmware/target/arm/debug-target.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/firmware/target/arm/debug-target.h b/firmware/target/arm/debug-target.h
index 4b81d91..4f08eaf 100644
--- a/firmware/target/arm/debug-target.h
+++ b/firmware/target/arm/debug-target.h
@@ -17,9 +17,7 @@
*
****************************************************************************/
-#ifndef BUTTON_POWER
+#ifndef DEBUG_CANCEL
#define DEBUG_CANCEL BUTTON_MENU
-#else
-#define DEBUG_CANCEL BUTTON_POWER
#endif
bool __dbg_hw_info(void);