diff options
Diffstat (limited to 'firmware/target/arm/olympus/mrobe-100/button-target.h')
-rw-r--r-- | firmware/target/arm/olympus/mrobe-100/button-target.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/firmware/target/arm/olympus/mrobe-100/button-target.h b/firmware/target/arm/olympus/mrobe-100/button-target.h index 7f230831b1..c6b2c1067f 100644 --- a/firmware/target/arm/olympus/mrobe-100/button-target.h +++ b/firmware/target/arm/olympus/mrobe-100/button-target.h | |||
@@ -30,7 +30,10 @@ | |||
30 | bool button_hold(void); | 30 | bool button_hold(void); |
31 | void button_init_device(void); | 31 | void button_init_device(void); |
32 | int button_read_device(void); | 32 | int button_read_device(void); |
33 | |||
34 | #ifndef BOOTLOADER | ||
33 | void button_int(void); | 35 | void button_int(void); |
36 | #endif | ||
34 | 37 | ||
35 | #define POWEROFF_BUTTON BUTTON_POWER | 38 | #define POWEROFF_BUTTON BUTTON_POWER |
36 | #define POWEROFF_COUNT 10 | 39 | #define POWEROFF_COUNT 10 |