From f4f0dab764c73c43ea4ba2e9818ed0ec6193f0af Mon Sep 17 00:00:00 2001 From: Stacey Sheldon Date: Fri, 30 Dec 2011 19:43:09 -0500 Subject: [PATCH] fixup make combridge an optional module --- flight/CopterControl/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flight/CopterControl/Makefile b/flight/CopterControl/Makefile index fc24341f8..7b4fb96f2 100644 --- a/flight/CopterControl/Makefile +++ b/flight/CopterControl/Makefile @@ -65,12 +65,12 @@ endif FLASH_TOOL = OPENOCD # List of modules to include -OPTMODULES = CameraStab +OPTMODULES = CameraStab ComUsbBridge ifeq ($(USE_GPS), YES) OPTMODULES += GPS endif -MODULES = Attitude Stabilization Actuator ManualControl FirmwareIAP ComUsbBridge +MODULES = Attitude Stabilization Actuator ManualControl FirmwareIAP # Telemetry must be last to grab the optional modules (why?) MODULES += Telemetry