1
0
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:
Gunar Schorcht 2022-12-03 12:59:17 +01:00
parent d19fadd05b
commit d6bbb6d664

View File

@ -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