mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-22 00:28:30 -04:00
AP_Mount: correct compilation with HAL_INS_ACCELCAL_ENABLED false
This commit is contained in:
parent
3dae386ae3
commit
38a1c4412a
@ -51,7 +51,9 @@ public:
|
||||
_log_del_ang(),
|
||||
_log_del_vel()
|
||||
{
|
||||
#if HAL_INS_ACCELCAL_ENABLED
|
||||
AP_AccelCal::register_client(this);
|
||||
#endif
|
||||
}
|
||||
|
||||
void update_target(const Vector3f &newTarget);
|
||||
|
Loading…
Reference in New Issue
Block a user