mirror of
https://bitbucket.org/librepilot/librepilot.git
synced 2024-11-29 07:24:13 +01:00
SimPosix: Fixed Module Initialisation, added missing UAVObject Initialisations (cause segfaults if not initialised)
This commit is contained in:
parent
5727d5714e
commit
e16a42b672
@ -479,6 +479,8 @@ else
|
||||
endif
|
||||
|
||||
#create compile-time module auto-initialisation
|
||||
MODNAMES = ${notdir $(subst /revolution,,$(MODULES))}
|
||||
|
||||
# Test if quotes are needed for the echo-command
|
||||
result = ${shell echo "test"}
|
||||
ifeq (${result}, test)
|
||||
|
Loading…
Reference in New Issue
Block a user