mirror of https://github.com/ArduPilot/ardupilot
AP_AHRS: fix compile for 1MB bds using SITL on hdwr
This commit is contained in:
parent
15601e4139
commit
3a49804703
|
@ -284,7 +284,7 @@ public:
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
|
|
||||||
virtual bool get_filter_status(nav_filter_status &status) const {
|
virtual bool get_filter_status(union nav_filter_status &status) const {
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue