minor optical flaw
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@5324 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
27f68f1d24
commit
e925d0a8b5
1 changed files with 2 additions and 2 deletions
|
@ -53,8 +53,8 @@ static volatile UINT8* FB = (UINT8*)0x02000000; /* Flash base address */
|
|||
#if CONFIG_KEYPAD == ONDIO_PAD /* limited keypad */
|
||||
#define KEY1 BUTTON_LEFT
|
||||
#define KEY2 BUTTON_UP
|
||||
#define KEYNAME1 "[Left]"
|
||||
#define KEYNAME2 "[Up]"
|
||||
#define KEYNAME1 "Left"
|
||||
#define KEYNAME2 "Up"
|
||||
#else /* recorder keypad */
|
||||
#define KEY1 BUTTON_F1
|
||||
#define KEY2 BUTTON_F2
|
||||
|
|
Loading…
Reference in a new issue