Removed Werror, so launchpad code compiles again.
authortravisutk <travisutk@12e2690d-a6be-4b82-a7b7-67c4a43b65c8>
Thu, 20 Sep 2012 13:30:33 +0000 (13:30 +0000)
committertravisutk <travisutk@12e2690d-a6be-4b82-a7b7-67c4a43b65c8>
Thu, 20 Sep 2012 13:30:33 +0000 (13:30 +0000)
Need to test this.

git-svn-id: https://svn.code.sf.net/p/goodfet/code/trunk@1263 12e2690d-a6be-4b82-a7b7-67c4a43b65c8

firmware/config.mk

index e7b256d..9df48c3 100644 (file)
@@ -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