1
0
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:
Corvus Corax 2011-10-19 15:50:42 +02:00
parent e244581b18
commit b00751af91

View File

@ -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();