1
0
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:
Corvus Corax 2012-03-23 08:27:26 +01:00
parent 5727d5714e
commit e16a42b672

View File

@ -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)