Skip to content
Snippets Groups Projects
Unverified Commit 7d7bc3fe authored by Marian Buschsieweke's avatar Marian Buschsieweke
Browse files

boards/msbiot: Added on-board MPU-9150 as defalt SAUL device

parent a0f35c9b
No related branches found
No related tags found
No related merge requests found
......@@ -6,3 +6,7 @@ endif
ifneq (,$(filter saul_default,$(USEMODULE)))
USEMODULE += saul_gpio
endif
# add support for the MPU-9150 as default saul device
ifneq (,$(filter saul_default,$(USEMODULE)))
USEMODULE += mpu9150
endif
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment