mirror of
https://github.com/apache/nuttx.git
synced 2026-06-07 01:05:54 +08:00
boards: cxd56xx: Fix configuration to compile bmp280 sensor
Fix the configuration name to compile cxd56_bmp280_i2c.c.
This commit is contained in:
@@ -88,7 +88,7 @@ ifeq ($(CONFIG_SENSORS_BMI160_SPI),y)
|
||||
CSRCS += cxd56_bmi160_spi.c
|
||||
endif
|
||||
|
||||
ifeq ($(CONFIG_SENSORS_BMP280_I2C),y)
|
||||
ifeq ($(CONFIG_SENSORS_BMP280),y)
|
||||
CSRCS += cxd56_bmp280_i2c.c
|
||||
endif
|
||||
|
||||
|
||||
Reference in New Issue
Block a user