mirror of
https://github.com/espressif/esp-idf.git
synced 2025-08-08 04:02:27 +00:00
Rename Kconfig options (components/esp32)
This commit is contained in:
@@ -33,7 +33,7 @@ void unity_putc(int c)
|
||||
|
||||
void unity_flush()
|
||||
{
|
||||
uart_tx_wait_idle(CONFIG_CONSOLE_UART_NUM);
|
||||
uart_tx_wait_idle(CONFIG_ESP_CONSOLE_UART_NUM);
|
||||
}
|
||||
|
||||
/* To start a unit test from a GDB session without console input,
|
||||
|
Reference in New Issue
Block a user