mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-25 01:05:27 +03:00
Revert "Inhibit the %^0$ buzzer on USB power / Bugfix for no VBAT connected"
This reverts commit bbf70c6370
.
This commit is contained in:
parent
e7ce0193ce
commit
3d9c177126
1 changed files with 1 additions and 1 deletions
|
@ -211,7 +211,7 @@ static const beeperTableEntry_t *currentBeeperEntry = NULL;
|
||||||
*/
|
*/
|
||||||
void beeper(beeperMode_e mode)
|
void beeper(beeperMode_e mode)
|
||||||
{
|
{
|
||||||
if (mode == BEEPER_SILENCE || (feature(FEATURE_VBAT) && (batteryCellCount < 2))) {
|
if (mode == BEEPER_SILENCE) {
|
||||||
beeperSilence();
|
beeperSilence();
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue