From fc199e900e981e67e2a4acdaaa68407bc9f9656a Mon Sep 17 00:00:00 2001 From: Michael Keller Date: Fri, 12 May 2017 15:45:05 +1200 Subject: [PATCH] Reinstated MAG and BARO support for SPRACINGF3. --- src/main/target/SPRACINGF3/target.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/target/SPRACINGF3/target.h b/src/main/target/SPRACINGF3/target.h index c1ab6f9830..6a999ee90e 100644 --- a/src/main/target/SPRACINGF3/target.h +++ b/src/main/target/SPRACINGF3/target.h @@ -94,7 +94,7 @@ #define ACC_MPU6050_ALIGN CW270_DEG #endif -#if defined(SPRACINGF3) || defined(FLIP32F3OSD) +#if defined(FLIP32F3OSD) #define SONAR #define SONAR_TRIGGER_PIN PB0 #define SONAR_ECHO_PIN PB1