mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2024-12-29 04:50:03 +01:00
pkg/tinyusb/cdc_acm_acm: enable stdio_available by default
This commit is contained in:
parent
d19fadd05b
commit
d6bbb6d664
@ -9,6 +9,7 @@ USEMODULE += tinyusb_hw
|
||||
DEFAULT_MODULE += auto_init_tinyusb
|
||||
|
||||
ifneq (,$(filter stdio_tinyusb_cdc_acm, $(USEMODULE)))
|
||||
USEMODULE += stdio_available
|
||||
USEMODULE += tinyusb_class_cdc
|
||||
USEMODULE += tinyusb_device
|
||||
endif
|
||||
|
Loading…
Reference in New Issue
Block a user