mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-25 17:25:20 +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
|
if (!canUseGPSHeading
|
||||||
#ifdef USE_MAG
|
#ifdef USE_MAG
|
||||||
&& !compassIsHealthy()
|
&& !compassIsHealthy() // if no heading info, ie none from Mag *or* GPS-derived, can't continue
|
||||||
#endif
|
#endif
|
||||||
) {
|
) {
|
||||||
return false;
|
return false;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue