From c6c90800d4022fefab2c4715cfae17f8d978f7ea Mon Sep 17 00:00:00 2001 From: yelvlab Date: Mon, 11 Aug 2025 00:40:11 +0800 Subject: [PATCH] add todo list --- Src/uart.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Src/uart.c b/Src/uart.c index 1f95cba..4ff8682 100644 --- a/Src/uart.c +++ b/Src/uart.c @@ -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;