Merge pull request #1580 from betaflight/revolt-patch-1
Removing default beeper inversion from revolt
This commit is contained in:
commit
135231f289
|
@ -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.
|
||||
|
|
Loading…
Reference in New Issue