1
0
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:
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 // 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();