forked from nuttx/nuttx-update
sensors/bmi270: fix bmi270_uorb build
This commit is contained in:
parent
292b213be2
commit
02cce1ec71
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue