mirror of
https://github.com/ArduPilot/ardupilot.git
synced 2026-02-09 07:15:29 +08:00
AP_Module: rename for AHRS restructuring
This commit is contained in:
committed by
Peter Barker
parent
b1bd699a73
commit
da11b6be77
@@ -135,7 +135,7 @@ void AP_Module::call_hook_setup_complete(void)
|
||||
/*
|
||||
call any AHRS_update hooks
|
||||
*/
|
||||
void AP_Module::call_hook_AHRS_update(const AP_AHRS_NavEKF &ahrs)
|
||||
void AP_Module::call_hook_AHRS_update(const AP_AHRS &ahrs)
|
||||
{
|
||||
#if AP_MODULE_SUPPORTED
|
||||
if (hooks[HOOK_AHRS_UPDATE] == nullptr) {
|
||||
|
||||
Reference in New Issue
Block a user