1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2025-01-17 05:32:45 +01:00

boards/microbit: auto include mma8653 driver with saul

This commit is contained in:
Alexandre Abadie 2018-10-29 17:09:12 +01:00
parent b089b9076f
commit 5436f84449

View File

@ -5,6 +5,7 @@ endif
ifneq (,$(filter saul_default,$(USEMODULE)))
USEMODULE += saul_gpio
USEMODULE += mma8x5x
endif
ifneq (,$(filter gnrc_netdev_default netdev_default,$(USEMODULE)))