diff --git a/flight/Modules/System/systemmod.c b/flight/Modules/System/systemmod.c index 168b46aa6..c95dab409 100644 --- a/flight/Modules/System/systemmod.c +++ b/flight/Modules/System/systemmod.c @@ -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();