From 28a03f55e048c455c16fff3ed7f55e28dee5060d Mon Sep 17 00:00:00 2001 From: travisutk Date: Thu, 27 May 2010 21:43:55 +0000 Subject: [PATCH] MSP430 client no longer auto-erases. git-svn-id: https://svn.code.sf.net/p/goodfet/code/trunk@581 12e2690d-a6be-4b82-a7b7-67c4a43b65c8 --- client/goodfet.msp430 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/goodfet.msp430 b/client/goodfet.msp430 index 3579ec2..6196b1a 100755 --- a/client/goodfet.msp430 +++ b/client/goodfet.msp430 @@ -87,7 +87,7 @@ if(sys.argv[1]=="flash"): #Should this be default? #Makes flashing multiple images inconvenient. - client.MSP430masserase(); + #client.MSP430masserase(); count=0; #Bytes in commit. first=0; -- 2.20.1