diff --git a/arch/xtensa/src/esp32s2/esp32s2_lowputc.c b/arch/xtensa/src/esp32s2/esp32s2_lowputc.c index 2cc0488ac5d03..a9a452e7e5ae6 100644 --- a/arch/xtensa/src/esp32s2/esp32s2_lowputc.c +++ b/arch/xtensa/src/esp32s2/esp32s2_lowputc.c @@ -99,7 +99,7 @@ struct esp32s2_uart_s g_uart0_config = .rs485_dir_polarity = true, #endif #endif - .lock = SP_UNLOCKED; + .lock = SP_UNLOCKED }; #endif /* CONFIG_ESP32S2_UART0 */ @@ -147,7 +147,7 @@ struct esp32s2_uart_s g_uart1_config = .rs485_dir_polarity = true, #endif #endif - .lock = SP_UNLOCKED; + .lock = SP_UNLOCKED }; #endif /* CONFIG_ESP32S2_UART1 */