Skip to content

Commit

Permalink
AP_ExternalAHRS: fixed health report of CINS
Browse files Browse the repository at this point in the history
  • Loading branch information
tridge committed Sep 17, 2023
1 parent 96ec2dd commit 4080687
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libraries/AP_ExternalAHRS/AP_ExternalAHRS_CINS.h
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ class AP_ExternalAHRS_CINS : public AP_ExternalAHRS_backend {

// accessors for AP_AHRS
bool healthy(void) const override {
return true;
return state.have_origin;
}
bool initialised(void) const override {
return true;
Expand Down

0 comments on commit 4080687

Please sign in to comment.