1
0
mirror of https://bitbucket.org/librepilot/librepilot.git synced 2024-11-29 07:24:13 +01:00

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
This commit is contained in:
peabody124 2010-12-18 08:56:12 +00:00 committed by peabody124
parent f010502229
commit ac24d86f40

View File

@ -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