mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2024-12-29 04:50:03 +01:00
0b1b7e8408
The `tinyusb_device` feature introduced with PR #18689 has to be moved from `common/arduino-zero` definition to the `arduino-zero` definition because the common `arduino-zero` features are also used by `wemos-zero` which uses `highlevel_stdio` feature via the `stdio_cdc_acm` module.
4 lines
96 B
Makefile
4 lines
96 B
Makefile
include $(RIOTBOARD)/common/arduino-zero/Makefile.features
|
|
|
|
FEATURES_PROVIDED += tinyusb_device
|