gdbstub: fix CONFIG_ESP_CONSOLE_UART_NUM option name
This commit is contained in:
parent
f9f13a86a7
commit
d742bc85a5
1 changed files with 1 additions and 1 deletions
|
@ -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()
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue