mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-12-09 05:05:20 -05:00
Hopefully fix read.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@19586 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
70e9c7aed3
commit
e25f1f9f2a
3 changed files with 30 additions and 29 deletions
|
|
@ -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 */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue