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

Update fc_core.c

This commit is contained in:
breadoven 2021-08-17 20:45:35 +01:00
parent 6708695833
commit 547882cff8

View file

@ -930,10 +930,12 @@ void taskMainPidLoop(timeUs_t currentTimeUs)
writeMotors();
}
#if defined(USE_NAV)
// Check if landed, FW and MR
if (STATE(ALTITUDE_CONTROL)) {
updateLandingStatus();
}
#endif
#ifdef USE_BLACKBOX
if (!cliMode && feature(FEATURE_BLACKBOX)) {