uart.h 88 B

12345678
  1. #define SUART_TXD
  2. extern void uart_init(void);
  3. extern void uart_putc (const char);