1
0
Fork 0
forked from nuttx/nuttx-update

sensors/bmi270: fix bmi270_uorb build

This commit is contained in:
Richard Tucker 2024-06-17 15:56:24 +10:00 committed by Xiang Xiao
parent 292b213be2
commit 02cce1ec71

View file

@ -67,7 +67,7 @@ endif
ifeq ($(CONFIG_SENSORS_BMI270),y)
CSRCS += bmi270_base.c
ifeq ($(CONFIG_SENSORS_BMI270_UORB),y)
CSRCS += bmi270_bmi.c
CSRCS += bmi270_uorb.c
else
CSRCS += bmi270.c
endif