AP_AHRS: fix compile for 1MB bds using SITL on hdwr

This commit is contained in:
Henry Wurzburg 2023-05-14 19:44:18 -05:00 committed by Peter Barker
parent 15601e4139
commit 3a49804703
1 changed files with 1 additions and 1 deletions

View File

@ -284,7 +284,7 @@ public:
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;
}