We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8ea3166 commit eb587d7Copy full SHA for eb587d7
arch/xtensa/src/esp32s2/esp32s2_lowputc.c
@@ -99,7 +99,7 @@ struct esp32s2_uart_s g_uart0_config =
99
.rs485_dir_polarity = true,
100
#endif
101
102
- .lock = SP_UNLOCKED;
+ .lock = SP_UNLOCKED
103
};
104
105
#endif /* CONFIG_ESP32S2_UART0 */
@@ -147,7 +147,7 @@ struct esp32s2_uart_s g_uart1_config =
147
148
149
150
151
152
153
#endif /* CONFIG_ESP32S2_UART1 */
0 commit comments