MPIO HD300: Use MENU button to go back from debug screens.
Change-Id: I17c0f573de75ab1fd0119d148337e45552eb04b0
This commit is contained in:
parent
e94d1b0ab0
commit
dc85718bfd
1 changed files with 4 additions and 2 deletions
|
@ -42,9 +42,11 @@
|
|||
#elif (CONFIG_KEYPAD == IAUDIO_M3_PAD)
|
||||
# define DEBUG_CANCEL BUTTON_RC_REC
|
||||
|
||||
#elif (CONFIG_KEYPAD == MPIO_HD200_PAD) || \
|
||||
(CONFIG_KEYPAD == MPIO_HD300_PAD)
|
||||
#elif (CONFIG_KEYPAD == MPIO_HD200_PAD)
|
||||
# define DEBUG_CANCEL BUTTON_REC
|
||||
|
||||
#elif (CONFIG_KEYPAD == MPIO_HD300_PAD)
|
||||
# define DEBUG_CANCEL BUTTON_MENU
|
||||
#endif
|
||||
/* Tool function to read the flash manufacturer and type, if available.
|
||||
Only chips which could be reprogrammed in system will return values.
|
||||
|
|
Loading…
Reference in a new issue