summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--bootloader/main-pp.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/bootloader/main-pp.c b/bootloader/main-pp.c
index 5af6e57fff..dfb343c2da 100644
--- a/bootloader/main-pp.c
+++ b/bootloader/main-pp.c
@@ -55,7 +55,7 @@
55#define BOOTLOADER_BOOT_OF BUTTON_LEFT 55#define BOOTLOADER_BOOT_OF BUTTON_LEFT
56 56
57#elif CONFIG_KEYPAD == MROBE100_PAD 57#elif CONFIG_KEYPAD == MROBE100_PAD
58#define BOOTLOADER_BOOT_OF BUTTON_LEFT 58#define BOOTLOADER_BOOT_OF BUTTON_POWER
59 59
60#endif 60#endif
61 61