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:
parent
b2f548b2ed
commit
e1346f427e
@ -142,8 +142,6 @@ void PIOS_Board_Init(void)
|
||||
EventDispatcherInitialize();
|
||||
UAVObjInitialize();
|
||||
|
||||
SETTINGS_INITIALISE_ALL;
|
||||
|
||||
UAVObjectsInitializeAll();
|
||||
|
||||
/* Initialize the alarms library */
|
||||
|
Loading…
x
Reference in New Issue
Block a user