Browse Source

AP_AHRS: fixed build for px4

master
Andrew Tridgell 9 years ago
parent
commit
36181b78de
  1. 2
      libraries/AP_AHRS/AP_AHRS_NavEKF.cpp

2
libraries/AP_AHRS/AP_AHRS_NavEKF.cpp

@ -93,8 +93,10 @@ void AP_AHRS_NavEKF::update(void) @@ -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…
Cancel
Save