boards: cxd56xx: Fix configuration to compile bmp280 sensor
Fix the configuration name to compile cxd56_bmp280_i2c.c.
This commit is contained in:
parent
6cc60f3bd9
commit
21ed297adc
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user