AP_AHRS: fixed build for px4

This commit is contained in:
Andrew Tridgell 2016-07-07 19:57:11 +10:00
parent 7a2d67bde9
commit 36181b78de

View File

@ -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)