mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2025-12-29 08:21:18 +01:00
cpu/esp8266: Fix typo in esp_gdbstub config.
The extra `)` was a typo from the commit that changes the makefile inline "if" to a multi-line "if" block. Tested with `USEMODULE="esp_gdbstub" make BOARD=esp8266-esp-12x -C tests/lwip`
This commit is contained in:
parent
0397cab91c
commit
0c40158eac
@ -51,7 +51,7 @@ CFLAGS += -D__ESP_FILE__=__FILE__
|
||||
|
||||
ifneq (,$(filter esp_gdbstub,$(USEMODULE)))
|
||||
GDBSTUB_DIR ?= $(RIOTCPU)/$(CPU)/vendor/esp-gdbstub
|
||||
CFLAGS += -DGDBSTUB_BREAK_ON_INIT=1)
|
||||
CFLAGS += -DGDBSTUB_BREAK_ON_INIT=1
|
||||
INCLUDES += -I$(GDBSTUB_DIR)
|
||||
endif
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user