mirror of
https://github.com/espressif/esp-idf.git
synced 2024-10-05 20:47:46 -04:00
gdbstub: fix CONFIG_ESP_CONSOLE_UART_NUM option name
This commit is contained in:
parent
f9f13a86a7
commit
d742bc85a5
@ -17,7 +17,7 @@
|
|||||||
#include "esp_gdbstub_common.h"
|
#include "esp_gdbstub_common.h"
|
||||||
#include "sdkconfig.h"
|
#include "sdkconfig.h"
|
||||||
|
|
||||||
#define UART_NUM CONFIG_CONSOLE_UART_NUM
|
#define UART_NUM CONFIG_ESP_CONSOLE_UART_NUM
|
||||||
|
|
||||||
void esp_gdbstub_target_init()
|
void esp_gdbstub_target_init()
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user