mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2024-12-29 04:50:03 +01:00
cpu/esp_common: stdio_uart by default if there is no other
This commit is contained in:
parent
67aec8392c
commit
a64461cdad
@ -13,7 +13,11 @@ USEMODULE += periph_hwrng
|
||||
USEMODULE += periph_flash
|
||||
USEMODULE += periph_uart
|
||||
USEMODULE += random
|
||||
USEMODULE += stdio_uart
|
||||
|
||||
ifeq (,$(filter stdio_% slipdev_stdio,$(USEMODULE)))
|
||||
USEMODULE += stdio_uart
|
||||
endif
|
||||
|
||||
USEMODULE += xtensa
|
||||
|
||||
# Features used by ESP*
|
||||
|
Loading…
Reference in New Issue
Block a user