From fe15ded26b8c957dafb0f2d9c6c3413a43b35bb3 Mon Sep 17 00:00:00 2001 From: Bruce Luckcuck Date: Mon, 25 Feb 2019 10:07:22 -0500 Subject: [PATCH] Add missing USE_ACC to KIWIF4, KIWIF4V2 and PLUMF4 targets --- src/main/target/KIWIF4/target.h | 1 + 1 file changed, 1 insertion(+) diff --git a/src/main/target/KIWIF4/target.h b/src/main/target/KIWIF4/target.h index f3036e4ad..b0d2958a0 100644 --- a/src/main/target/KIWIF4/target.h +++ b/src/main/target/KIWIF4/target.h @@ -57,6 +57,7 @@ #define GYRO_1_SPI_INSTANCE SPI1 #define USE_GYRO +#define USE_ACC #define USE_GYRO_SPI_MPU6000 #define GYRO_1_ALIGN CW180_DEG