1
0
mirror of https://bitbucket.org/librepilot/librepilot.git synced 2025-03-16 08:29:15 +01:00

OP-1875 add issing AuxMagsSettings initialise call

This commit is contained in:
abeck70 2015-06-05 17:28:05 +10:00
parent 9ce00a18f0
commit afc62f61aa

View File

@ -290,6 +290,7 @@ int32_t StateEstimationInitialize(void)
AirspeedStateInitialize();
PositionStateInitialize();
VelocityStateInitialize();
AuxMagSettingsInitialize();
RevoSettingsConnectCallback(&settingsUpdatedCb);