m:robe 500i port: Less warnings = good.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@14799 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
c3126e0f3c
commit
8664a4d425
2 changed files with 2 additions and 0 deletions
|
@ -39,6 +39,7 @@
|
|||
#include "rbunicode.h"
|
||||
#include "usb.h"
|
||||
#include "spi-target.h"
|
||||
#include "uart-target.h"
|
||||
|
||||
void main(void)
|
||||
{
|
||||
|
|
|
@ -26,5 +26,6 @@ void uartSetup(void);
|
|||
void uartPuts(const char *str);
|
||||
void uartGets(char *str, unsigned int size);
|
||||
int uartPollch(unsigned int ticks);
|
||||
void uartHeartbeat(void);
|
||||
|
||||
#endif
|
||||
|
|
Loading…
Reference in a new issue