1
0
Fork 0
forked from len0rd/rockbox

fuze+: move defines from .c to .h; implement button reading for volume up/down and power

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@29822 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Amaury Pouly 2011-05-04 18:00:22 +00:00
parent 37a9a200b2
commit ffee0b5e94
4 changed files with 45 additions and 26 deletions

View file

@ -29,7 +29,6 @@ int button_read_device(void);
/* Main unit's buttons */
#define BUTTON_POWER 0x00000001
#define BUTTON_VOL_UP 0x00000002
#define BUTTON_VOL_DOWN 0x00000004