woops, more infinite loops removed
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10691 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
1d1c59e19c
commit
fe5e56c821
3 changed files with 4 additions and 4 deletions
|
@ -251,7 +251,7 @@ const struct button_mapping button_context_standard_h100remote[] = {
|
|||
{ ACTION_STD_OK, BUTTON_RC_ON, BUTTON_NONE },
|
||||
{ ACTION_STD_OK, BUTTON_RC_MENU|BUTTON_REL, BUTTON_RC_MENU },
|
||||
|
||||
LAST_ITEM_IN_LIST__NEXTLIST(CONTEXT_STD)
|
||||
LAST_ITEM_IN_LIST
|
||||
}; /* button_context_standard_h100lcdremote */
|
||||
|
||||
const struct button_mapping button_context_standard_h300lcdremote[] = {
|
||||
|
@ -268,7 +268,7 @@ const struct button_mapping button_context_standard_h300lcdremote[] = {
|
|||
{ ACTION_STD_OK, BUTTON_RC_MENU|BUTTON_REL, BUTTON_RC_MENU },
|
||||
{ ACTION_STD_OK, BUTTON_RC_FF, BUTTON_NONE },
|
||||
|
||||
LAST_ITEM_IN_LIST__NEXTLIST(CONTEXT_STD)
|
||||
LAST_ITEM_IN_LIST
|
||||
|
||||
};
|
||||
|
||||
|
|
|
@ -94,7 +94,7 @@ static const struct button_mapping remote_button_context_standard[] = {
|
|||
{ ACTION_STD_CANCEL, BUTTON_RC_STOP, BUTTON_NONE },
|
||||
{ ACTION_STD_OK, BUTTON_RC_PLAY, BUTTON_NONE },
|
||||
|
||||
LAST_ITEM_IN_LIST__NEXTLIST(CONTEXT_STD)
|
||||
LAST_ITEM_IN_LIST
|
||||
};
|
||||
|
||||
static const struct button_mapping remote_button_context_wps[] = {
|
||||
|
|
|
@ -171,7 +171,7 @@ static const struct button_mapping remote_button_context_standard[] = {
|
|||
{ ACTION_STD_CANCEL, BUTTON_RC_STOP, BUTTON_NONE },
|
||||
{ ACTION_STD_OK, BUTTON_RC_PLAY, BUTTON_NONE },
|
||||
|
||||
LAST_ITEM_IN_LIST__NEXTLIST(CONTEXT_STD)
|
||||
LAST_ITEM_IN_LIST
|
||||
};
|
||||
|
||||
static const struct button_mapping remote_button_context_wps[] = {
|
||||
|
|
Loading…
Reference in a new issue