1
0
Fork 0
mirror of https://github.com/betaflight/betaflight.git synced 2025-07-25 01:05:27 +03:00

Cleanup mismatch of buzzer/beeper terminology. Beep and Beeper should

be used from now on.
This commit is contained in:
Dominic Clifton 2014-06-21 23:32:58 +01:00
parent bcc7f10e26
commit 9afcb20b7e
17 changed files with 50 additions and 50 deletions

View file

@ -42,7 +42,7 @@
#include "sensors/barometer.h"
#include "sensors/gyro.h"
#include "sensors/battery.h"
#include "io/buzzer.h"
#include "io/beeper.h"
#include "io/escservo.h"
#include "flight/failsafe.h"
#include "flight/imu.h"
@ -232,7 +232,7 @@ void annexCode(void)
}
}
buzzer(batteryWarningEnabled); // external buzzer routine that handles buzzer events globally now
beepcodeUpdateState(batteryWarningEnabled);
if (f.ARMED) {
LED0_ON;