1
0
Fork 0
forked from len0rd/rockbox

MPIO HD300: Use MENU button to go back from debug screens.

Change-Id: I17c0f573de75ab1fd0119d148337e45552eb04b0
This commit is contained in:
Marcin Bukat 2012-01-24 12:27:06 +01:00
parent e94d1b0ab0
commit dc85718bfd

View file

@ -42,9 +42,11 @@
#elif (CONFIG_KEYPAD == IAUDIO_M3_PAD) #elif (CONFIG_KEYPAD == IAUDIO_M3_PAD)
# define DEBUG_CANCEL BUTTON_RC_REC # define DEBUG_CANCEL BUTTON_RC_REC
#elif (CONFIG_KEYPAD == MPIO_HD200_PAD) || \ #elif (CONFIG_KEYPAD == MPIO_HD200_PAD)
(CONFIG_KEYPAD == MPIO_HD300_PAD)
# define DEBUG_CANCEL BUTTON_REC # define DEBUG_CANCEL BUTTON_REC
#elif (CONFIG_KEYPAD == MPIO_HD300_PAD)
# define DEBUG_CANCEL BUTTON_MENU
#endif #endif
/* Tool function to read the flash manufacturer and type, if available. /* Tool function to read the flash manufacturer and type, if available.
Only chips which could be reprogrammed in system will return values. Only chips which could be reprogrammed in system will return values.