3 lines
70 B
C
3 lines
70 B
C
void uart_init(void);
|
|
void uart_tx_strn(const char *buf, size_t len);
|
void uart_init(void);
|
|
void uart_tx_strn(const char *buf, size_t len);
|