1
0
Fork 0
mirror of https://github.com/betaflight/betaflight.git synced 2025-07-19 22:35:23 +03:00

Removing default beeper inversion from revolt

This commit is contained in:
J Blackman 2016-11-17 09:56:48 +11:00 committed by GitHub
parent 7744c23f83
commit 8b6aef6401

View file

@ -41,9 +41,11 @@
#define LED0 PB5 #define LED0 PB5
// Disable LED1, conflicts with AirbotF4/Flip32F4/Revolt beeper // Disable LED1, conflicts with AirbotF4/Flip32F4/Revolt beeper
#if defined(AIRBOTF4) || defined(REVOLT) #if defined(AIRBOTF4)
#define BEEPER PB4 #define BEEPER PB4
#define BEEPER_INVERTED #define BEEPER_INVERTED
#elif defined(REVOLT)
#define BEEPER PB4
#else #else
#define LED1 PB4 #define LED1 PB4
// Leave beeper here but with none as io - so disabled unless mapped. // Leave beeper here but with none as io - so disabled unless mapped.