Default MCU change in GF20,10,11, all of which are discontinued.
authortravisutk <travisutk@12e2690d-a6be-4b82-a7b7-67c4a43b65c8>
Tue, 30 Oct 2012 18:48:31 +0000 (18:48 +0000)
committertravisutk <travisutk@12e2690d-a6be-4b82-a7b7-67c4a43b65c8>
Tue, 30 Oct 2012 18:48:31 +0000 (18:48 +0000)
git-svn-id: https://svn.code.sf.net/p/goodfet/code/trunk@1298 12e2690d-a6be-4b82-a7b7-67c4a43b65c8

firmware/config.mk

index 71cac4b..f2a681f 100644 (file)
@@ -20,7 +20,7 @@ config := monitor spi
 endif
 
 ifneq (,$(findstring $(board),goodfet20 goodfet10 goodfet11))
-mcu ?= msp430f1612
+mcu ?= msp430f1611
 platform := goodfet
 endif