diff --git a/firmware/target/arm/debug-target.h b/firmware/target/arm/debug-target.h index 4b81d913b3..4f08eaf033 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);