1
0
Fork 0
mirror of https://github.com/betaflight/betaflight.git synced 2025-07-25 01:05:27 +03:00
This commit is contained in:
ctzsnooze 2024-10-19 13:28:30 +11:00
parent cbb169ae70
commit d60db13819

View file

@ -172,7 +172,7 @@ bool positionControl(bool useStickAdjustment, float deadband) {
if (!canUseGPSHeading
#ifdef USE_MAG
&& !compassIsHealthy()
&& !compassIsHealthy() // if no heading info, ie none from Mag *or* GPS-derived, can't continue
#endif
) {
return false;