minor optical flaw

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@5324 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Jörg Hohensohn 2004-10-22 20:42:01 +00:00
parent 27f68f1d24
commit e925d0a8b5

View file

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