summaryrefslogtreecommitdiff
path: root/firmware/target/arm/as3525/sansa-clipplus
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/target/arm/as3525/sansa-clipplus')
-rw-r--r--firmware/target/arm/as3525/sansa-clipplus/button-clip.c2
-rw-r--r--firmware/target/arm/as3525/sansa-clipplus/button-target.h8
2 files changed, 1 insertions, 9 deletions
diff --git a/firmware/target/arm/as3525/sansa-clipplus/button-clip.c b/firmware/target/arm/as3525/sansa-clipplus/button-clip.c
index 6514346654..60b8c8f7a3 100644
--- a/firmware/target/arm/as3525/sansa-clipplus/button-clip.c
+++ b/firmware/target/arm/as3525/sansa-clipplus/button-clip.c
@@ -19,7 +19,7 @@
19 * KIND, either express or implied. 19 * KIND, either express or implied.
20 * 20 *
21 ****************************************************************************/ 21 ****************************************************************************/
22#include "button-target.h" 22#include "button.h"
23#include "as3525v2.h" 23#include "as3525v2.h"
24#include "kernel.h" 24#include "kernel.h"
25 25
diff --git a/firmware/target/arm/as3525/sansa-clipplus/button-target.h b/firmware/target/arm/as3525/sansa-clipplus/button-target.h
index c341a94220..8176382ba2 100644
--- a/firmware/target/arm/as3525/sansa-clipplus/button-target.h
+++ b/firmware/target/arm/as3525/sansa-clipplus/button-target.h
@@ -22,12 +22,6 @@
22#ifndef _BUTTON_TARGET_H_ 22#ifndef _BUTTON_TARGET_H_
23#define _BUTTON_TARGET_H_ 23#define _BUTTON_TARGET_H_
24 24
25#include <stdbool.h>
26#include "config.h"
27
28void button_init_device(void);
29int button_read_device(void);
30
31/* Main unit's buttons */ 25/* Main unit's buttons */
32#define BUTTON_HOME 0x00000001 26#define BUTTON_HOME 0x00000001
33 27
@@ -47,8 +41,6 @@ int button_read_device(void);
47 |BUTTON_UP|BUTTON_DOWN|BUTTON_LEFT|BUTTON_RIGHT\ 41 |BUTTON_UP|BUTTON_DOWN|BUTTON_LEFT|BUTTON_RIGHT\
48 |BUTTON_SELECT|BUTTON_POWER) 42 |BUTTON_SELECT|BUTTON_POWER)
49 43
50#define BUTTON_REMOTE 0
51
52/* Software power-off */ 44/* Software power-off */
53#define POWEROFF_BUTTON BUTTON_POWER 45#define POWEROFF_BUTTON BUTTON_POWER
54#define POWEROFF_COUNT 10 46#define POWEROFF_COUNT 10