summaryrefslogtreecommitdiff
path: root/firmware/target/arm/imx233/debug-target.h
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/arm/imx233/debug-target.h
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/arm/imx233/debug-target.h')
-rw-r--r--firmware/target/arm/imx233/debug-target.h2
1 files changed, 0 insertions, 2 deletions
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 */