ble_mesh_coex_test: fix deprecated Kconfig option name

This commit is contained in:
Ivan Grokhotkov 2020-04-30 16:52:17 +02:00
parent f54d771cd3
commit 19c73192ba

View file

@ -49,7 +49,7 @@ static void initialize_console(void)
* correct while APB frequency is changing in light sleep mode. * correct while APB frequency is changing in light sleep mode.
*/ */
const uart_config_t uart_config = { const uart_config_t uart_config = {
.baud_rate = CONFIG_CONSOLE_UART_BAUDRATE, .baud_rate = CONFIG_ESP_CONSOLE_UART_BAUDRATE,
.data_bits = UART_DATA_8_BITS, .data_bits = UART_DATA_8_BITS,
.parity = UART_PARITY_DISABLE, .parity = UART_PARITY_DISABLE,
.stop_bits = UART_STOP_BITS_1, .stop_bits = UART_STOP_BITS_1,