1
0
Fork 0
mirror of https://github.com/betaflight/betaflight.git synced 2025-07-24 16:55:36 +03:00

Squash and rebase

This commit is contained in:
Blaine 2017-10-18 00:38:13 -07:00
parent 3038eb79ea
commit 9556ea6bf5
4 changed files with 13 additions and 2 deletions

View file

@ -471,4 +471,6 @@ bool isUsingSticksForArming(void)
}
void beeperConfirmationBeeps(uint8_t beepCount) { UNUSED(beepCount); }
bool crashRecoveryModeActive(void) { return false; }
}