forked from len0rd/rockbox
Use a more proper define. Sorry about that.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8106 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
d34c9e3806
commit
d5af4b0f48
1 changed files with 1 additions and 1 deletions
|
@ -531,7 +531,7 @@ long gui_wps_show(void)
|
|||
#endif
|
||||
|
||||
/* pitch screen */
|
||||
#if CONFIG_KEYPAD == RECORDER_PAD || defined(IRIVER_H100_SERIES)
|
||||
#if CONFIG_KEYPAD == RECORDER_PAD || CONFIG_KEYPAD == IRIVER_H100_PAD
|
||||
case BUTTON_ON | BUTTON_UP:
|
||||
case BUTTON_ON | BUTTON_DOWN:
|
||||
if (2 == pitch_screen())
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue