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

10 lines
197 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
ifneq (,$(filter saul_default,$(USEMODULE)))
USEMODULE += saul_gpio
endif