From: travisutk Date: Tue, 30 Oct 2012 18:48:31 +0000 (+0000) Subject: Default MCU change in GF20,10,11, all of which are discontinued. X-Git-Url: http://git.rot13.org/?p=goodfet;a=commitdiff_plain;h=254b2e066e68bc69615f34d693bf0631711a878c;hp=3606c1a7da7fb7e39bc900c1e2562cae7d42a8e5 Default MCU change in GF20,10,11, all of which are discontinued. git-svn-id: https://svn.code.sf.net/p/goodfet/code/trunk@1298 12e2690d-a6be-4b82-a7b7-67c4a43b65c8 --- diff --git a/firmware/config.mk b/firmware/config.mk index 71cac4b..f2a681f 100644 --- a/firmware/config.mk +++ b/firmware/config.mk @@ -20,7 +20,7 @@ config := monitor spi endif ifneq (,$(findstring $(board),goodfet20 goodfet10 goodfet11)) -mcu ?= msp430f1612 +mcu ?= msp430f1611 platform := goodfet endif