mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-02-01 13:38:38 -04:00
AP_Arming: fixed build
This commit is contained in:
parent
103da0c889
commit
24658197ff
@ -96,7 +96,7 @@ bool AP_Arming::compass_checks() {
|
||||
return true;
|
||||
}
|
||||
|
||||
if (! compass->healthy) {
|
||||
if (! compass->healthy()) {
|
||||
gcs_send_text_P(SEVERITY_HIGH,PSTR("PreArm: Compass not healthy!"));
|
||||
return false;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user