Skip to content

Commit

Permalink
[target] IFLIGHT_F745_AIO_V2 add BMI270
Browse files Browse the repository at this point in the history
  • Loading branch information
nerdCopter committed Nov 1, 2023
1 parent 218da79 commit 127f1e2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/main/target/IFLIGHT_F745_AIO_V2/target.h
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
#define USE_DUAL_GYRO

#define USE_SPI_GYRO
//#define USE_ACCGYRO_BMI270
#define USE_ACCGYRO_BMI270
#define USE_GYRO_SPI_MPU6000
#define USE_ACC_SPI_MPU6000

Expand Down
2 changes: 1 addition & 1 deletion src/main/target/IFLIGHT_F745_AIO_V2/target.mk
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@ F7X5XG_TARGETS += $(TARGET)
FEATURES += VCP ONBOARDFLASH

TARGET_SRC = \
drivers/accgyro/accgyro_spi_bmi270.c \
drivers/accgyro/accgyro_spi_mpu6000.c \
drivers/accgyro/accgyro_mpu.c \
drivers/barometer/barometer_ms5611.c \
drivers/barometer/barometer_bmp280.c \
drivers/barometer/barometer_bmp085.c \
drivers/barometer/barometer_ms5611.c \
drivers/compass/compass_hmc5883l.c \
drivers/compass/compass_qmc5883l.c \
drivers/light_ws2811strip.c \
Expand Down

0 comments on commit 127f1e2

Please sign in to comment.