1
0
mirror of https://bitbucket.org/librepilot/librepilot.git synced 2025-01-18 03:52:11 +01:00

LP-173 Added missing #define SETTINGS_INITCALL(fn) to simposix target

This commit is contained in:
Vladimir Zidar 2017-10-18 05:20:00 -07:00
parent 0b317f8208
commit 4b54986f6f

View File

@ -64,6 +64,8 @@ extern int32_t SystemModInitialize(void);
#define MODULE_INITCALL(ifn, sfn)
#define SETTINGS_INITCALL(fn)
#define MODULE_TASKCREATE_ALL \
{ \
/* Start all module threads */ \