mirror of
https://bitbucket.org/librepilot/librepilot.git
synced 2024-12-02 10:24:11 +01:00
Forgot to initialize revo settings object
This commit is contained in:
parent
337d5b7079
commit
4cadb7ec0e
@ -118,6 +118,7 @@ int32_t AttitudeInitialize(void)
|
|||||||
NEDPositionInitialize();
|
NEDPositionInitialize();
|
||||||
PositionActualInitialize();
|
PositionActualInitialize();
|
||||||
VelocityActualInitialize();
|
VelocityActualInitialize();
|
||||||
|
RevoSettingsInitialize();
|
||||||
|
|
||||||
// Initialize this here while we aren't setting the homelocation in GPS
|
// Initialize this here while we aren't setting the homelocation in GPS
|
||||||
HomeLocationInitialize();
|
HomeLocationInitialize();
|
||||||
|
Loading…
Reference in New Issue
Block a user