forked from len0rd/rockbox
Renamed get_button button_get
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@147 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
5d4094fc98
commit
70ff3d900e
1 changed files with 1 additions and 1 deletions
|
@ -42,6 +42,6 @@
|
||||||
#define BUTTON_REL 0x8000
|
#define BUTTON_REL 0x8000
|
||||||
|
|
||||||
void button_init (void);
|
void button_init (void);
|
||||||
int get_button (void);
|
int button_get (void);
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue