1
0
mirror of https://bitbucket.org/librepilot/librepilot.git synced 2024-11-30 08:24:11 +01:00

Forgot to initialize revo settings object

This commit is contained in:
James Cotton 2012-02-29 16:13:15 -06:00
parent 337d5b7079
commit 4cadb7ec0e

View File

@ -118,6 +118,7 @@ int32_t AttitudeInitialize(void)
NEDPositionInitialize();
PositionActualInitialize();
VelocityActualInitialize();
RevoSettingsInitialize();
// Initialize this here while we aren't setting the homelocation in GPS
HomeLocationInitialize();