summaryrefslogtreecommitdiff
path: root/firmware/target/arm/as3525/sansa-clipplus/button-clip.c
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/target/arm/as3525/sansa-clipplus/button-clip.c')
-rw-r--r--firmware/target/arm/as3525/sansa-clipplus/button-clip.c11
1 files changed, 0 insertions, 11 deletions
diff --git a/firmware/target/arm/as3525/sansa-clipplus/button-clip.c b/firmware/target/arm/as3525/sansa-clipplus/button-clip.c
index 5b4af70c80..6514346654 100644
--- a/firmware/target/arm/as3525/sansa-clipplus/button-clip.c
+++ b/firmware/target/arm/as3525/sansa-clipplus/button-clip.c
@@ -33,21 +33,10 @@ void button_init_device(void)
33 GPIOB_DIR |= (1<<0); /* Pin B0 set output */ 33 GPIOB_DIR |= (1<<0); /* Pin B0 set output */
34} 34}
35 35
36bool button_hold(void)
37{
38 /* TODO OF uses long home(A1) press. Just return false for now */
39 return false;
40}
41
42int button_read_device(void) 36int button_read_device(void)
43{ 37{
44 int buttons = 0; 38 int buttons = 0;
45 39
46 /* TODO No hold button Hold toggled by long home(A1) press in OF */
47 if(button_hold())
48 {
49 return 0;
50 }
51 /* Buttons do not appear to need reset */ 40 /* Buttons do not appear to need reset */
52 /* D6 needs special handling though */ 41 /* D6 needs special handling though */
53 42