Remove 3G compile warning
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10563 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
e2a73dc389
commit
c1703c3eed
1 changed files with 2 additions and 1 deletions
|
@ -416,7 +416,8 @@ enum minesweeper_status menu( void )
|
|||
"MODE to start"
|
||||
#elif (CONFIG_KEYPAD == IRIVER_H100_PAD) \
|
||||
|| (CONFIG_KEYPAD == IRIVER_H300_PAD ) \
|
||||
|| (CONFIG_KEYPAD == IPOD_4G_PAD)
|
||||
|| (CONFIG_KEYPAD == IPOD_4G_PAD) \
|
||||
|| (CONFIG_KEYPAD == IPOD_3G_PAD)
|
||||
"SELECT to start"
|
||||
#elif CONFIG_KEYPAD == IAUDIO_X5_PAD
|
||||
"REC to start"
|
||||
|
|
Loading…
Reference in a new issue