1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2025-01-18 04:32:52 +01:00
RIOT/boards/common/microbit/Makefile.dep

6 lines
120 B
Makefile
Raw Normal View History

ifneq (,$(filter microbit,$(USEMODULE)))
2021-11-03 11:56:08 +01:00
USEMODULE += ztimer
USEMODULE += ztimer_usec
USEMODULE += mineplex
endif