mirror of
https://github.com/apache/nuttx.git
synced 2026-06-02 01:21:26 +08:00
sensors: fix Make.defs for bmm150
This commit is contained in:
committed by
Xiang Xiao
parent
cfd79b89ab
commit
d15a20eac8
@@ -174,10 +174,6 @@ else
|
|||||||
endif
|
endif
|
||||||
endif
|
endif
|
||||||
|
|
||||||
ifeq ($(CONFIG_SENSORS_BMM150),y)
|
|
||||||
CSRCS += bmm150.c
|
|
||||||
endif
|
|
||||||
|
|
||||||
ifeq ($(CONFIG_SENSORS_BMP180),y)
|
ifeq ($(CONFIG_SENSORS_BMP180),y)
|
||||||
CSRCS += bmp180_base.c
|
CSRCS += bmp180_base.c
|
||||||
ifeq ($(CONFIG_SENSORS_BMP180_UORB),y)
|
ifeq ($(CONFIG_SENSORS_BMP180_UORB),y)
|
||||||
|
|||||||
Reference in New Issue
Block a user