1
0
mirror of https://bitbucket.org/librepilot/librepilot.git synced 2025-01-18 03:52:11 +01:00

OP-1149: Fix calibraton settings not loaded at startup.

This commit is contained in:
Alessio Morale 2014-02-02 18:50:53 +01:00
parent 1ea4a5bf0d
commit e599b01806

View File

@ -83,7 +83,7 @@ int32_t AltitudeInitialize()
BaroSensorInitialize();
RevoSettingsInitialize();
RevoSettingsConnectCallback(&SettingsUpdatedCb);
SettingsUpdatedCb(NULL);
#if defined(PIOS_INCLUDE_HCSR04)
SonarAltitudeInitialize();
#endif