From 2227450d163d64269a63b267b6f3434833f9a86e Mon Sep 17 00:00:00 2001 From: travisutk Date: Mon, 25 Jun 2012 16:19:17 +0000 Subject: [PATCH] Facedancer11 support. Boards just shipped from China. git-svn-id: https://svn.code.sf.net/p/goodfet/code/trunk@1189 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 0adba78..9a223a6 100644 --- a/firmware/config.mk +++ b/firmware/config.mk @@ -68,7 +68,7 @@ extralibs = lib/cortexm3.o lib/system_stm32f4xx.o lib/stm32f4xx_rcc.o $(psrc)/st endif -ifneq (,$(findstring $(board),facedancer10)) +ifneq (,$(findstring $(board),facedancer10 facedancer11)) mcu ?= msp430f2618 platform := goodfet config = monitor spi maxusb -- 2.20.1