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

Merge pull request #7028 from mikeller/add_crash_flip_led_warning

Added 'crash flip active' to the list of warnings to be shown on LED_STRIP.
This commit is contained in:
Michael Keller 2018-11-04 14:52:40 +13:00 committed by GitHub
commit 3492bcff3d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
7 changed files with 37 additions and 25 deletions

View file

@ -798,7 +798,7 @@ void updateDynLpfCutoffs(timeUs_t currentTimeUs, float throttle)
FAST_CODE_NOINLINE void mixTable(timeUs_t currentTimeUs, uint8_t vbatPidCompensation)
{
if (isFlipOverAfterCrashMode()) {
if (isFlipOverAfterCrashActive()) {
applyFlipOverAfterCrashModeToMotors();
return;
}