add todo list

This commit is contained in:
yelvlab 2025-08-11 00:40:11 +08:00
parent 63d3c30607
commit c6c90800d4

View File

@ -31,6 +31,8 @@ void uart0_init(void) {
usart_rs485_driver_enable(RS485_PHY);
usart_enable(RS485_PHY);
// TODO NVIC
}
static uart_printf_port_t g_printf_port = UART_PRINTF_USART0;