AP_AHRS: fixed build for px4
This commit is contained in:
parent
7a2d67bde9
commit
36181b78de
@ -93,8 +93,10 @@ void AP_AHRS_NavEKF::update(void)
|
||||
update_SITL();
|
||||
#endif
|
||||
|
||||
#if AP_MODULE_SUPPORTED
|
||||
// call AHRS_update hook if any
|
||||
AP_Module::call_hook_AHRS_update(*this);
|
||||
#endif
|
||||
}
|
||||
|
||||
void AP_AHRS_NavEKF::update_DCM(void)
|
||||
|
Loading…
Reference in New Issue
Block a user