fix uart compile error

This commit is contained in:
optixx
2009-09-17 20:42:21 +02:00
committed by Jannis (jix) Harder
parent 2e01e2bfb3
commit 0295c8c385
2 changed files with 5 additions and 1 deletions

View File

@@ -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