Merge pull request #16304 from iosabi/esp_gdbstub
cpu/esp8266: Fix typo in esp_gdbstub config.
This commit is contained in:
commit
76cd388dd0
@ -51,7 +51,7 @@ CFLAGS += -D__ESP_FILE__=__FILE__
|
|||||||
|
|
||||||
ifneq (,$(filter esp_gdbstub,$(USEMODULE)))
|
ifneq (,$(filter esp_gdbstub,$(USEMODULE)))
|
||||||
GDBSTUB_DIR ?= $(RIOTCPU)/$(CPU)/vendor/esp-gdbstub
|
GDBSTUB_DIR ?= $(RIOTCPU)/$(CPU)/vendor/esp-gdbstub
|
||||||
CFLAGS += -DGDBSTUB_BREAK_ON_INIT=1)
|
CFLAGS += -DGDBSTUB_BREAK_ON_INIT=1
|
||||||
INCLUDES += -I$(GDBSTUB_DIR)
|
INCLUDES += -I$(GDBSTUB_DIR)
|
||||||
endif
|
endif
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user