MSP430 client no longer auto-erases.
authortravisutk <travisutk@12e2690d-a6be-4b82-a7b7-67c4a43b65c8>
Thu, 27 May 2010 21:43:55 +0000 (21:43 +0000)
committertravisutk <travisutk@12e2690d-a6be-4b82-a7b7-67c4a43b65c8>
Thu, 27 May 2010 21:43:55 +0000 (21:43 +0000)
git-svn-id: https://svn.code.sf.net/p/goodfet/code/trunk@581 12e2690d-a6be-4b82-a7b7-67c4a43b65c8

client/goodfet.msp430

index 3579ec2..6196b1a 100755 (executable)
@@ -87,7 +87,7 @@ if(sys.argv[1]=="flash"):
     
     #Should this be default?
     #Makes flashing multiple images inconvenient.
     
     #Should this be default?
     #Makes flashing multiple images inconvenient.
-    client.MSP430masserase();
+    #client.MSP430masserase();
     
     count=0; #Bytes in commit.
     first=0;
     
     count=0; #Bytes in commit.
     first=0;