From: travisutk Date: Thu, 20 Sep 2012 13:30:33 +0000 (+0000) Subject: Removed Werror, so launchpad code compiles again. X-Git-Url: http://git.rot13.org/?p=goodfet;a=commitdiff_plain;h=49b9987ddfeb963942601bf9f2f7b2b176973975 Removed Werror, so launchpad code compiles again. Need to test this. git-svn-id: https://svn.code.sf.net/p/goodfet/code/trunk@1263 12e2690d-a6be-4b82-a7b7-67c4a43b65c8 --- diff --git a/firmware/config.mk b/firmware/config.mk index e7b256d..9df48c3 100644 --- a/firmware/config.mk +++ b/firmware/config.mk @@ -158,7 +158,7 @@ endif ifneq (,$(findstring $(board),tilaunchpad)) mcu ?=msp430f1612 CFLAGS := -DDEBUG_LEVEL=3 -DDEBUG_START=1 -DINBAND_DEBUG -CFLAGS+= -Werror -Wall +CFLAGS+= -Wall config := monitor chipcon i2c endif