2009-02-09 21:26:06 +01:00

9 lines
88 B
C

#define SUART_TXD
extern void uart_init(void);
extern void uart_putc (const char);