9 lines
88 B
C
9 lines
88 B
C
#define SUART_TXD
|
|
|
|
extern void uart_init(void);
|
|
|
|
|
|
|
|
extern void uart_putc (const char);
|
|
|