From 254b2e066e68bc69615f34d693bf0631711a878c Mon Sep 17 00:00:00 2001 From: travisutk Date: Tue, 30 Oct 2012 18:48:31 +0000 Subject: [PATCH] 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 --- firmware/config.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.20.1