summaryrefslogtreecommitdiff
path: root/firmware/target
diff options
context:
space:
mode:
authorRafaël Carré <rafael.carre@gmail.com>2012-01-04 06:34:25 +0000
committerRafaël Carré <rafael.carre@gmail.com>2012-01-04 06:34:25 +0000
commit3af54d7175f8b729be7ef575467d975d81509a69 (patch)
tree8ec3e310d84ba38f1ddc56f61c1a95bf3d6c4698 /firmware/target
parent20b1a920036fd9011ae3083cc34cc8c280c8e097 (diff)
downloadrockbox-3af54d7175f8b729be7ef575467d975d81509a69.tar.gz
rockbox-3af54d7175f8b729be7ef575467d975d81509a69.zip
imx233: move DEBUG_CANCEL definition to .c
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@31569 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'firmware/target')
-rw-r--r--firmware/target/arm/imx233/debug-imx233.c2
-rw-r--r--firmware/target/arm/imx233/debug-target.h2
2 files changed, 2 insertions, 2 deletions
diff --git a/firmware/target/arm/imx233/debug-imx233.c b/firmware/target/arm/imx233/debug-imx233.c
index 82ad86f148..7ba4044b74 100644
--- a/firmware/target/arm/imx233/debug-imx233.c
+++ b/firmware/target/arm/imx233/debug-imx233.c
@@ -33,6 +33,8 @@
33#include "rtc-imx233.h" 33#include "rtc-imx233.h"
34#include "string.h" 34#include "string.h"
35 35
36#define DEBUG_CANCEL BUTTON_BACK
37
36static struct 38static struct
37{ 39{
38 const char *name; 40 const char *name;
diff --git a/firmware/target/arm/imx233/debug-target.h b/firmware/target/arm/imx233/debug-target.h
index c44897600b..1248c884e4 100644
--- a/firmware/target/arm/imx233/debug-target.h
+++ b/firmware/target/arm/imx233/debug-target.h
@@ -21,8 +21,6 @@
21#ifndef DEBUG_TARGET_H 21#ifndef DEBUG_TARGET_H
22#define DEBUG_TARGET_H 22#define DEBUG_TARGET_H
23 23
24#define DEBUG_CANCEL BUTTON_BACK
25
26bool dbg_hw_target_info(void); 24bool dbg_hw_target_info(void);
27 25
28#endif /* DEBUG_TARGET_H */ 26#endif /* DEBUG_TARGET_H */