boards: cxd56xx: Fix configuration to compile bmp280 sensor

Fix the configuration name to compile cxd56_bmp280_i2c.c.
This commit is contained in:
SPRESENSE 2021-05-19 17:48:36 +09:00 committed by Alin Jerpelea
parent 6cc60f3bd9
commit 21ed297adc
1 changed files with 1 additions and 1 deletions

View File

@ -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