From b4e4d4ed5e3c184d401a8742cb5646c5de024574 Mon Sep 17 00:00:00 2001 From: pip Date: Sat, 11 Dec 2010 10:56:42 +0000 Subject: [PATCH] Adding PipX modem settings/status UAVObjects git-svn-id: svn://svn.openpilot.org/OpenPilot/trunk@2219 ebee16cc-31ac-478f-84a7-5cbb03baadba --- flight/OpenPilot/Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/flight/OpenPilot/Makefile b/flight/OpenPilot/Makefile index f82a5e1ce..d77c099cb 100644 --- a/flight/OpenPilot/Makefile +++ b/flight/OpenPilot/Makefile @@ -182,6 +182,8 @@ SRC += $(OPUAVOBJ)/velocityactual.c SRC += $(OPUAVOBJ)/guidancesettings.c SRC += $(OPUAVOBJ)/firmwareiapobj.c SRC += $(OPUAVOBJ)/ratedesired.c +SRC += $(OPUAVOBJ)/pipxtrememodemsettings.c +SRC += $(OPUAVOBJ)/pipxtrememodemstatus.c endif ## PIOS Hardware (STM32F10x)