forked from len0rd/rockbox
fix red
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@16401 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
d829075a00
commit
cc7e667ef2
1 changed files with 1 additions and 1 deletions
|
@ -61,7 +61,7 @@ void button_int(void);
|
|||
#define BUTTON_RC_MODE 0x00200000
|
||||
#define BUTTON_RC_VOL_UP 0x00400000
|
||||
#define BUTTON_RC_VOL_DOWN 0x00800000
|
||||
#define BUTTON_REMOTE (BUTTON_RC_PLAY|BUTTON_RC_REW|BUTTON_RC_FF|\
|
||||
#define BUTTON_REMOTE (BUTTON_RC_PLAY|BUTTON_RC_REW|BUTTON_RC_FF\
|
||||
|BUTTON_RC_DISPLAY|BUTTON_RC_FAV|BUTTON_RC_MODE\
|
||||
|BUTTON_RC_VOL_UP|BUTTON_RC_VOL_DOWN)
|
||||
#define RC_POWEROFF_BUTTON BUTTON_RC_PLAY
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue