mirror of
https://github.com/espressif/esp-idf.git
synced 2025-08-08 12:10:59 +00:00
gdbstub: fix CONFIG_ESP_CONSOLE_UART_NUM option name
This commit is contained in:
@@ -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()
|
||||||
{
|
{
|
||||||
|
Reference in New Issue
Block a user