From ac24d86f40c34f82f6eab24bf515a4bce1737b75 Mon Sep 17 00:00:00 2001 From: peabody124 Date: Sat, 18 Dec 2010 08:56:12 +0000 Subject: [PATCH] AHRS Makefile: PT accidentially turned on DEBUG=YES when checking in FirmwareIAP to get me back for breaking Sys_Reset. You got me! :) git-svn-id: svn://svn.openpilot.org/OpenPilot/trunk@2246 ebee16cc-31ac-478f-84a7-5cbb03baadba --- flight/AHRS/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/flight/AHRS/Makefile b/flight/AHRS/Makefile index ced50818b..125025ddf 100644 --- a/flight/AHRS/Makefile +++ b/flight/AHRS/Makefile @@ -25,7 +25,7 @@ # Set developer code and compile options # Set to YES for debugging -DEBUG ?= YES +DEBUG ?= NO USE_BOOTLOADER ?= NO # Set to YES when using Code Sourcery toolchain