mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-24 16:55:36 +03:00
comment
This commit is contained in:
parent
cbb169ae70
commit
d60db13819
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue