summaryrefslogtreecommitdiff
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
parent20b1a920036fd9011ae3083cc34cc8c280c8e097 (diff)
downloadrockbox-3af54d7175f8b729be7ef575467d975d81509a69.zip
rockbox-3af54d7175f8b729be7ef575467d975d81509a69.tar.gz
rockbox-3af54d7175f8b729be7ef575467d975d81509a69.tar.bz2
rockbox-3af54d7175f8b729be7ef575467d975d81509a69.tar.xz
imx233: move DEBUG_CANCEL definition to .c
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@31569 a1c6a512-1295-4272-9138-f99709370657
-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 82ad86f..7ba4044 100644
--- a/firmware/target/arm/imx233/debug-imx233.c
+++ b/firmware/target/arm/imx233/debug-imx233.c
@@ -33,6 +33,8 @@
#include "rtc-imx233.h"
#include "string.h"
+#define DEBUG_CANCEL BUTTON_BACK
+
static struct
{
const char *name;
diff --git a/firmware/target/arm/imx233/debug-target.h b/firmware/target/arm/imx233/debug-target.h
index c448976..1248c88 100644
--- a/firmware/target/arm/imx233/debug-target.h
+++ b/firmware/target/arm/imx233/debug-target.h
@@ -21,8 +21,6 @@
#ifndef DEBUG_TARGET_H
#define DEBUG_TARGET_H
-#define DEBUG_CANCEL BUTTON_BACK
-
bool dbg_hw_target_info(void);
#endif /* DEBUG_TARGET_H */