Patch #5678 from Daniel Ankers - add ipod 3G button definitions to the logf viewer
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10234 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
aeefeab54b
commit
19f8ae7609
1 changed files with 1 additions and 1 deletions
|
@ -30,7 +30,7 @@
|
|||
#include "menu.h"
|
||||
#include "logf.h"
|
||||
|
||||
#if CONFIG_KEYPAD == IPOD_4G_PAD
|
||||
#if (CONFIG_KEYPAD == IPOD_3G_PAD) || (CONFIG_KEYPAD == IPOD_4G_PAD)
|
||||
#define LOGF_BUTTON_QUIT BUTTON_MENU
|
||||
#elif CONFIG_KEYPAD == IAUDIO_X5_PAD
|
||||
#define LOGF_BUTTON_QUIT BUTTON_POWER
|
||||
|
|
Loading…
Reference in a new issue