mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-20 14:55:21 +03:00
Merge pull request #1628 from blckmn/soulf4_beeper
Corrected BEEPER config for SOULF4
This commit is contained in:
commit
bf7bc87ad8
1 changed files with 3 additions and 0 deletions
|
@ -51,6 +51,9 @@
|
||||||
#define BEEPER_INVERTED
|
#define BEEPER_INVERTED
|
||||||
#elif defined(REVOLT)
|
#elif defined(REVOLT)
|
||||||
#define BEEPER PB4
|
#define BEEPER PB4
|
||||||
|
#elif defined(SOULF4)
|
||||||
|
#define BEEPER PB6
|
||||||
|
#define BEEPER_INVERTED
|
||||||
#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.
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue