From 6fa050144d5e6bccf0f50ac67d014491ddb10a71 Mon Sep 17 00:00:00 2001 From: Steve Evans Date: Thu, 19 Oct 2023 19:17:18 +0100 Subject: [PATCH] Add ICM42688P to SKYSTARSF405 (#193) --- configs/SKYSTARSF405/config.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/configs/SKYSTARSF405/config.h b/configs/SKYSTARSF405/config.h index a14ae0f3..97a207d9 100644 --- a/configs/SKYSTARSF405/config.h +++ b/configs/SKYSTARSF405/config.h @@ -28,8 +28,10 @@ #define USE_ACC #define USE_ACC_SPI_MPU6000 +#define USE_ACC_SPI_ICM42688P #define USE_GYRO #define USE_GYRO_SPI_MPU6000 +#define USE_GYRO_SPI_ICM42688P #define USE_ACCGYRO_BMI270 #define USE_BARO_SPI_BMP280 #define USE_FLASH