mirror of
https://github.com/markqvist/OpenModem.git
synced 2025-06-24 14:20:27 -04:00
Fixed stream setup io function declarations
This commit is contained in:
parent
2c80adbda4
commit
145b1154f9
3 changed files with 12 additions and 9 deletions
|
@ -13,8 +13,8 @@ typedef struct Serial {
|
|||
|
||||
void serial_init(Serial *serial);
|
||||
bool serial_available(uint8_t index);
|
||||
void uart0_putchar(char c);
|
||||
char uart0_getchar(void);
|
||||
int uart0_putchar(char c, FILE *stream);
|
||||
int uart0_getchar(FILE *stream);
|
||||
char uart0_getchar_nowait(void);
|
||||
|
||||
#endif
|
Loading…
Add table
Add a link
Reference in a new issue