1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2025-01-17 04:52:59 +01:00

boards/calliope-mini: extend board by module bmx055

This commit is contained in:
Semjon Kerner 2018-02-19 14:26:09 +01:00
parent 73c11a366c
commit 9bf532c313

View File

@ -5,4 +5,5 @@ endif
ifneq (,$(filter saul_default,$(USEMODULE)))
USEMODULE += saul_gpio
USEMODULE += bmx055
endif