1
0
Fork 0
mirror of https://github.com/betaflight/betaflight.git synced 2025-07-23 08:15:30 +03:00

Merge pull request #3144 from jflyper/bfdev-fix-non-stop-beeping-on-omnibusf4

[OMNIBUSF4/OMNIBUSF4SD] Protect non-CL_RACINGF4 targets from using PWM beeper
This commit is contained in:
Michael Keller 2017-05-25 08:20:19 +12:00 committed by GitHub
commit 4cc5b9bb69

View file

@ -41,7 +41,9 @@
//#define LED1 PB4 // Remove this at the next major release
#define BEEPER PB4
#define BEEPER_INVERTED
#if defined(CL_RACINGF4)
#define BEEPER_PWM_HZ 3800 // Beeper PWM frequency in Hz
#endif
#ifdef OMNIBUSF4SD
#define INVERTER_PIN_UART6 PC8 // Omnibus F4 V3 and later