1
0
mirror of https://bitbucket.org/librepilot/librepilot.git synced 2025-02-18 08:54:15 +01:00

sim_posix: added missing UAVobject source file to Makefile

git-svn-id: svn://svn.openpilot.org/OpenPilot/trunk@2086 ebee16cc-31ac-478f-84a7-5cbb03baadba
This commit is contained in:
corvus 2010-11-06 15:33:54 +00:00 committed by corvus
parent 800eb5320e
commit bb1b6d8b8d

View File

@ -160,6 +160,7 @@ SRC += $(OPUAVOBJ)/velocitydesired.c
SRC += $(OPUAVOBJ)/velocityactual.c
SRC += $(OPUAVOBJ)/guidancesettings.c
SRC += $(OPUAVOBJ)/firmwareiapobj.c
SRC += $(OPUAVOBJ)/ratedesired.c
endif
## PIOS Hardware (posix)