1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2025-12-25 06:23:53 +01:00

Merge pull request #5666 from aabadie/bmp180_deps

drivers/bmp180: add dependency to periph_i2c
This commit is contained in:
Alexandre Abadie 2016-07-22 09:47:28 +02:00 committed by GitHub
commit c239ec351a
2 changed files with 4 additions and 2 deletions

View File

@ -22,6 +22,10 @@ ifneq (,$(filter bh1750fvi,$(USEMODULE)))
FEATURES_REQUIRED += periph_i2c
endif
ifneq (,$(filter bmp180,$(USEMODULE)))
FEATURES_REQUIRED += periph_i2c
endif
ifneq (,$(filter cc110x,$(USEMODULE)))
USEMODULE += ieee802154
ifneq (,$(filter gnrc_netdev_default,$(USEMODULE)))

View File

@ -1,8 +1,6 @@
APPLICATION = driver_bmp180
include ../Makefile.tests_common
FEATURES_REQUIRED = periph_i2c
USEMODULE += bmp180
USEMODULE += xtimer
USEMODULE += printf_float