gdbstub: fix CONFIG_ESP_CONSOLE_UART_NUM option name

This commit is contained in:
Ivan Grokhotkov 2019-07-18 09:33:40 +02:00
parent f9f13a86a7
commit d742bc85a5

View file

@ -17,7 +17,7 @@
#include "esp_gdbstub_common.h"
#include "sdkconfig.h"
#define UART_NUM CONFIG_CONSOLE_UART_NUM
#define UART_NUM CONFIG_ESP_CONSOLE_UART_NUM
void esp_gdbstub_target_init()
{