Merge pull request #1580 from betaflight/revolt-patch-1

Removing default beeper inversion from revolt
This commit is contained in:
Martin Budden 2016-11-17 06:50:45 +01:00 committed by GitHub
commit 135231f289
1 changed files with 3 additions and 1 deletions

View File

@ -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.