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