mirror of
https://bitbucket.org/librepilot/librepilot.git
synced 2024-12-03 11:24:10 +01:00
Systemmod bugfix: UAVObject used without Initialization
This commit is contained in:
parent
e244581b18
commit
b00751af91
@ -114,6 +114,7 @@ int32_t SystemModInitialize(void)
|
|||||||
// Must registers objects here for system thread because ObjectManager started in OpenPilotInit
|
// Must registers objects here for system thread because ObjectManager started in OpenPilotInit
|
||||||
SystemSettingsInitialize();
|
SystemSettingsInitialize();
|
||||||
SystemStatsInitialize();
|
SystemStatsInitialize();
|
||||||
|
FlightStatusInitialize();
|
||||||
ObjectPersistenceInitialize();
|
ObjectPersistenceInitialize();
|
||||||
#if defined(DIAGNOSTICS)
|
#if defined(DIAGNOSTICS)
|
||||||
TaskInfoInitialize();
|
TaskInfoInitialize();
|
||||||
|
Loading…
Reference in New Issue
Block a user