2025-10-10 16:07:00 +08:00

3 lines
70 B
C

void uart_init(void);
void uart_tx_strn(const char *buf, size_t len);