mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2024-12-29 04:50:03 +01:00
6 lines
225 B
Makefile
6 lines
225 B
Makefile
ifeq (,$(filter-out stdio_cdc_acm,$(filter stdio_% slipdev_stdio,$(USEMODULE))))
|
|
# Use stdio_cdc_acm only if no other stdio is requested explicitly.
|
|
USEMODULE += stdio_cdc_acm
|
|
FEATURES_REQUIRED += highlevel_stdio
|
|
endif
|