fix uart compile error
This commit is contained in:
committed by
Jannis (jix) Harder
parent
2e01e2bfb3
commit
0295c8c385
@@ -32,7 +32,6 @@ void uart_init(void);
|
||||
void uart_putc(const uint8_t);
|
||||
void uart_puts(const char *s);
|
||||
void uart_puts_P(PGM_P s);
|
||||
static int uart_stream(char c, FILE *stream);
|
||||
|
||||
#endif
|
||||
|
||||
|
||||
Reference in New Issue
Block a user