Skip to content

Commit

Permalink
Included ICM20689 to CRAZYBEEF4SX1280 target
Browse files Browse the repository at this point in the history
  • Loading branch information
phobos- committed Feb 22, 2022
1 parent 7b4415f commit 70ace55
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/main/target/CRAZYBEEF4SX1280/target.h
Expand Up @@ -51,10 +51,11 @@

#define USE_GYRO
#define USE_GYRO_SPI_MPU6000
#define USE_GYRO_SPI_ICM20689

#define USE_ACC
#define USE_ACC_SPI_MPU6000

#define USE_ACC_SPI_ICM20689

// *************** OSD/FLASH *****************************
#define USE_SPI_DEVICE_2
Expand Down
1 change: 1 addition & 0 deletions src/main/target/CRAZYBEEF4SX1280/target.mk
Expand Up @@ -3,6 +3,7 @@ FEATURES += VCP ONBOARDFLASH

TARGET_SRC = \
drivers/accgyro/accgyro_spi_mpu6000.c \
drivers/accgyro/accgyro_spi_icm20689.c \
drivers/max7456.c \
drivers/vtx_rtc6705.c \
drivers/vtx_rtc6705_soft_spi.c \
Expand Down

0 comments on commit 70ace55

Please sign in to comment.