1
0
Fork 0
mirror of https://github.com/betaflight/betaflight.git synced 2025-07-23 16:25:31 +03:00

Changed warning to only be shown when armed.

This commit is contained in:
mikeller 2018-11-04 13:37:39 +13:00
parent 286f21150c
commit 79fd505a8c
7 changed files with 19 additions and 26 deletions

View file

@ -774,7 +774,7 @@ void applyMotorStop(void)
FAST_CODE_NOINLINE void mixTable(timeUs_t currentTimeUs, uint8_t vbatPidCompensation)
{
if (isFlipOverAfterCrashMode()) {
if (isFlipOverAfterCrashActive()) {
applyFlipOverAfterCrashModeToMotors();
return;
}