Hopefully fix read.

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@19586 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Michael Giacomelli 2008-12-25 03:23:22 +00:00
parent 70e9c7aed3
commit e25f1f9f2a
3 changed files with 30 additions and 29 deletions

View file

@ -26,7 +26,7 @@
int tx_rdy(void);
int rx_rdy(void);
void tx_writec(const char c);
void tx_writec(const unsigned char c);
void dprintf(const char * str, ... );
#endif /* SERIAL_IMX31_H */