mirror of
https://github.com/espressif/esp-idf.git
synced 2026-05-05 12:25:03 +02:00
Rename Kconfig options (components/esp32)
This commit is contained in:
@@ -1452,7 +1452,7 @@ esp_err_t uart_driver_delete(uart_port_t uart_num)
|
||||
free(p_uart_obj[uart_num]);
|
||||
p_uart_obj[uart_num] = NULL;
|
||||
|
||||
if (uart_num != CONFIG_CONSOLE_UART_NUM ) {
|
||||
if (uart_num != CONFIG_ESP_CONSOLE_UART_NUM ) {
|
||||
if(uart_num == UART_NUM_0) {
|
||||
periph_module_disable(PERIPH_UART0_MODULE);
|
||||
} else if(uart_num == UART_NUM_1) {
|
||||
|
||||
Reference in New Issue
Block a user