summaryrefslogtreecommitdiff
path: root/firmware/export/button.h
diff options
context:
space:
mode:
authorChristi Scarborough <christi@coraline.org>2006-01-31 14:50:20 +0000
committerChristi Scarborough <christi@coraline.org>2006-01-31 14:50:20 +0000
commit81eade36b7c05f93f2d14262ed80ac9beeea8504 (patch)
tree1e672ee2e94c38b481e6fc22d0d4d1b9094734a1 /firmware/export/button.h
parent023936d5e43ea53eaade66c8e30d538b9aa1b4f5 (diff)
downloadrockbox-81eade36b7c05f93f2d14262ed80ac9beeea8504.tar.gz
rockbox-81eade36b7c05f93f2d14262ed80ac9beeea8504.zip
Revert accidental change
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8506 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'firmware/export/button.h')
-rw-r--r--firmware/export/button.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/firmware/export/button.h b/firmware/export/button.h
index c8d903346d..c251f11890 100644
--- a/firmware/export/button.h
+++ b/firmware/export/button.h
@@ -159,9 +159,9 @@ bool button_hold(void);
159 159
160#define BUTTON_MENU 0x0002 160#define BUTTON_MENU 0x0002
161#define BUTTON_PLAY 0x0004 161#define BUTTON_PLAY 0x0004
162#define BUTTON_SELECT 0x0001 162#define BUTTON_SELECT 0x0008
163#define BUTTON_SCROLL_FWD 0x0008 163#define BUTTON_SCROLL_FWD 0x0010
164#define BUTTON_SCROLL_BACK 0x0010 164#define BUTTON_SCROLL_BACK 0x0020
165 165
166#elif CONFIG_KEYPAD == IRIVER_IFP7XX_PAD 166#elif CONFIG_KEYPAD == IRIVER_IFP7XX_PAD
167 167