mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-23 16:25:31 +03:00
Merge branch 'refactoredBeeperCode_181_1' of
git://github.com/ethomas997/cleanflight into ethomas997-refactoredBeeperCode_181_1 Conflicts: src/main/flight/failsafe.c src/main/io/beeper.c src/main/mw.c
This commit is contained in:
commit
519586a5ce
15 changed files with 487 additions and 194 deletions
|
@ -191,6 +191,10 @@ void queueConfirmationBeep(uint8_t) {
|
|||
callCounts[COUNTER_QUEUE_CONFIRMATION_BEEP]++;
|
||||
}
|
||||
|
||||
void beeper(uint8_t mode) {
|
||||
UNUSED(mode);
|
||||
}
|
||||
|
||||
void changeControlRateProfile(uint8_t) {
|
||||
callCounts[COUNTER_CHANGE_CONTROL_RATE_PROFILE]++;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue