diff --git a/src/main/target/REVO/target.h b/src/main/target/REVO/target.h index 34114f92d9..341c73dfa6 100644 --- a/src/main/target/REVO/target.h +++ b/src/main/target/REVO/target.h @@ -41,9 +41,11 @@ #define LED0 PB5 // Disable LED1, conflicts with AirbotF4/Flip32F4/Revolt beeper -#if defined(AIRBOTF4) || defined(REVOLT) +#if defined(AIRBOTF4) #define BEEPER PB4 #define BEEPER_INVERTED +#elif defined(REVOLT) +#define BEEPER PB4 #else #define LED1 PB4 // Leave beeper here but with none as io - so disabled unless mapped.