A lot more stable remote control handling

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@2447 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Linus Nielsen Feltzing 2002-09-30 08:55:22 +00:00
parent 07557e5612
commit cfec25bb9e
3 changed files with 99 additions and 67 deletions

View file

@ -21,5 +21,6 @@
#define __SERIAL_H__
extern void serial_setup (void);
extern int remote_control_rx(void);
#endif