From a320a3e4d44a9131e4cca358655cd0a66b8d9f9c Mon Sep 17 00:00:00 2001 From: stac Date: Sun, 8 Aug 2010 04:14:53 +0000 Subject: [PATCH] build: Turn modules back on The modules were disabled for some reason in r1172. This just turns them back on for the real targets. git-svn-id: svn://svn.openpilot.org/OpenPilot/trunk@1237 ebee16cc-31ac-478f-84a7-5cbb03baadba --- flight/OpenPilot/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flight/OpenPilot/Makefile b/flight/OpenPilot/Makefile index 4c609fe87..0893e1796 100644 --- a/flight/OpenPilot/Makefile +++ b/flight/OpenPilot/Makefile @@ -57,10 +57,10 @@ FLASH_TOOL = OPENOCD USE_THUMB_MODE = YES # List of modules to include -#MODULES = Telemetry GPS ManualControl Actuator Altitude AHRSComms Stabilization/simple/Stabilization +MODULES = Telemetry GPS ManualControl Actuator Altitude AHRSComms Stabilization/simple/Stabilization #MODULES = Telemetry Example #MODULES = Telemetry MK/MKSerial -MODULES = Telemetry +#MODULES = Telemetry #MODULES += Osd/OsdEtStd