1
0
Fork 0
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:
Thom Johansen 2005-11-29 01:51:41 +00:00
parent d34c9e3806
commit d5af4b0f48

View file

@ -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())