3 lines
70 B
C
Raw Normal View History

2025-10-10 16:07:00 +08:00
void uart_init(void);
void uart_tx_strn(const char *buf, size_t len);