Rewriting the glitching code for the GoodFET24.
[goodfet] / client / GoodFETMSP430.py
index e7cc368..df6f20e 100644 (file)
@@ -201,7 +201,8 @@ class GoodFETMSP430(GoodFET):
         
         print "Tests complete, erasing."
         self.MSP430masserase();
-        
+    def erase(self):
+        self.MSP430masserase();
     def MSP430masserase(self):
         """Erase MSP430 flash memory."""
         self.writecmd(self.MSP430APP,0xE3,0,None);