From 34e1d2d7a151d6afa61ae3630bdb5be7665972d6 Mon Sep 17 00:00:00 2001 From: Daniel Beer Date: Tue, 5 Jan 2010 15:44:57 +1300 Subject: [PATCH] Added another ID string for MSP430F2274. --- fet.c | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/fet.c b/fet.c index 10debe5..a76773a 100644 --- a/fet.c +++ b/fet.c @@ -520,6 +520,12 @@ static const struct { 0x80, 0x00}, .idtext = "MSP430F2274" }, + { + .reply = {0xf2, 0x27, 0x41, 0x40, 0x00, 0x00, 0x00, 0x00, + 0x00, 0x00, 0x02, 0x01, 0x01, 0x04, 0xb1, 0x61, + 0x80, 0x00}, + .idtext = "MSP430F2274" + }, { .reply = {0xf2, 0x01, 0x10, 0x40, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x01, 0x03, 0x00, 0x00,