1
0
mirror of https://bitbucket.org/librepilot/librepilot.git synced 2025-01-30 15:52:12 +01:00

LP-173 simposix cannot use SETTINGS_INITIALISE_ALL macro, but luckily it does already initialize ALL objects (not only settings) with UAVObjectsInitializeAll()

This commit is contained in:
Vladimir Zidar 2017-10-08 12:36:22 -07:00
parent b2f548b2ed
commit e1346f427e

View File

@ -142,8 +142,6 @@ void PIOS_Board_Init(void)
EventDispatcherInitialize(); EventDispatcherInitialize();
UAVObjInitialize(); UAVObjInitialize();
SETTINGS_INITIALISE_ALL;
UAVObjectsInitializeAll(); UAVObjectsInitializeAll();
/* Initialize the alarms library */ /* Initialize the alarms library */