summaryrefslogtreecommitdiff
path: root/bootloader/sansa_as3525.c
diff options
context:
space:
mode:
Diffstat (limited to 'bootloader/sansa_as3525.c')
-rw-r--r--bootloader/sansa_as3525.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/bootloader/sansa_as3525.c b/bootloader/sansa_as3525.c
index 8d6090ed17..9248921eed 100644
--- a/bootloader/sansa_as3525.c
+++ b/bootloader/sansa_as3525.c
@@ -58,7 +58,8 @@ void main(void)
58 button_init_device(); 58 button_init_device();
59 int btn = button_read_device(); 59 int btn = button_read_device();
60 60
61#if !defined(SANSA_FUZE) && !defined(SANSA_CLIP) && !defined(SANSA_CLIPV2) 61#if !defined(SANSA_FUZE) && !defined(SANSA_CLIP) && !defined(SANSA_CLIPV2) \
62 && !defined(SANSA_CLIPPLUS)
62 if (button_hold()) 63 if (button_hold())
63 { 64 {
64 verbose = true; 65 verbose = true;