summaryrefslogtreecommitdiff
path: root/firmware/target/arm/philips/hdd6330/button-hdd6330.c
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/target/arm/philips/hdd6330/button-hdd6330.c')
-rw-r--r--firmware/target/arm/philips/hdd6330/button-hdd6330.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/firmware/target/arm/philips/hdd6330/button-hdd6330.c b/firmware/target/arm/philips/hdd6330/button-hdd6330.c
index 1d15b11a1e..fc171c72ba 100644
--- a/firmware/target/arm/philips/hdd6330/button-hdd6330.c
+++ b/firmware/target/arm/philips/hdd6330/button-hdd6330.c
@@ -29,9 +29,10 @@
29#include "logf.h" 29#include "logf.h"
30 30
31static int int_btn = BUTTON_NONE; 31static int int_btn = BUTTON_NONE;
32#ifndef BOOTLOADER
32static int old_pos = -1; 33static int old_pos = -1;
33
34static int scroll_repeat = BUTTON_NONE; 34static int scroll_repeat = BUTTON_NONE;
35#endif
35static int repeat = 0; 36static int repeat = 0;
36 37
37/* 38/*