summaryrefslogtreecommitdiff
path: root/apps/plugins/wormlet.c
diff options
context:
space:
mode:
authorJens Arnold <amiconn@rockbox.org>2007-03-16 23:02:39 +0000
committerJens Arnold <amiconn@rockbox.org>2007-03-16 23:02:39 +0000
commit85a226d4e7dfcb4d5fe63dd1292bb667fa147cb0 (patch)
tree013a8df82e82d7d579ba83a381ac660030641129 /apps/plugins/wormlet.c
parentf3455d15e07409a50e4237bf20c780a9ce7bcc92 (diff)
downloadrockbox-85a226d4e7dfcb4d5fe63dd1292bb667fa147cb0.tar.gz
rockbox-85a226d4e7dfcb4d5fe63dd1292bb667fa147cb0.zip
Rename some macros to account for the recently added M5 port. No code changes.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@12809 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps/plugins/wormlet.c')
-rw-r--r--apps/plugins/wormlet.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/plugins/wormlet.c b/apps/plugins/wormlet.c
index 22f49e2298..dce4931de6 100644
--- a/apps/plugins/wormlet.c
+++ b/apps/plugins/wormlet.c
@@ -119,7 +119,7 @@ PLUGIN_HEADER
119#define PLAYERS_TEXT "Up/Down" 119#define PLAYERS_TEXT "Up/Down"
120#define WORMS_TEXT "Left/Right" 120#define WORMS_TEXT "Left/Right"
121 121
122#elif (CONFIG_KEYPAD == IAUDIO_X5_PAD) 122#elif (CONFIG_KEYPAD == IAUDIO_X5M5_PAD)
123 123
124#define BTN_DIR_UP BUTTON_UP 124#define BTN_DIR_UP BUTTON_UP
125#define BTN_DIR_DOWN BUTTON_DOWN 125#define BTN_DIR_DOWN BUTTON_DOWN