mirror of
https://bitbucket.org/librepilot/librepilot.git
synced 2024-11-30 08:24:11 +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
|
||||
SystemSettingsInitialize();
|
||||
SystemStatsInitialize();
|
||||
FlightStatusInitialize();
|
||||
ObjectPersistenceInitialize();
|
||||
#if defined(DIAGNOSTICS)
|
||||
TaskInfoInitialize();
|
||||
|
Loading…
Reference in New Issue
Block a user