mirror of
https://github.com/espressif/esp-idf.git
synced 2025-08-01 03:34:32 +02: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 "sdkconfig.h"
|
||||
|
||||
#define UART_NUM CONFIG_CONSOLE_UART_NUM
|
||||
#define UART_NUM CONFIG_ESP_CONSOLE_UART_NUM
|
||||
|
||||
void esp_gdbstub_target_init()
|
||||
{
|
||||
|
Reference in New Issue
Block a user