summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLinus Nielsen Feltzing <linus@haxx.se>2005-02-10 22:52:57 +0000
committerLinus Nielsen Feltzing <linus@haxx.se>2005-02-10 22:52:57 +0000
commit8a4c70490929d96a193e25a966f4f92e18161ae2 (patch)
tree1d849155c823b291d82499a66024557959f73c51
parentdd4ea29f015bdcdf3b009f10a9f155eb5f7a93e6 (diff)
downloadrockbox-8a4c70490929d96a193e25a966f4f92e18161ae2.zip
rockbox-8a4c70490929d96a193e25a966f4f92e18161ae2.tar.gz
rockbox-8a4c70490929d96a193e25a966f4f92e18161ae2.tar.bz2
rockbox-8a4c70490929d96a193e25a966f4f92e18161ae2.tar.xz
Correct value for BUTTON_RC_ON
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@5891 a1c6a512-1295-4272-9138-f99709370657
-rw-r--r--firmware/export/button.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/firmware/export/button.h b/firmware/export/button.h
index be5d703..e978f9d 100644
--- a/firmware/export/button.h
+++ b/firmware/export/button.h
@@ -66,7 +66,7 @@ bool button_hold(void);
#define BUTTON_UP 0x0010
#define BUTTON_DOWN 0x0020
-#define BUTTON_RC_ON 0x0200
+#define BUTTON_RC_ON (BUTTON_REMOTE | BUTTON_ON)
#elif CONFIG_KEYPAD == RECORDER_PAD