X-Git-Url: http://git.rot13.org//?p=goodfet;a=blobdiff_plain;f=client%2FGoodFETMSP430.py;fp=client%2FGoodFETMSP430.py;h=df6f20eabc8e99cb40cceddd412b57f6941a0d7e;hp=e7cc36863110d99fdf5291a30ebace9d8325ed01;hb=1ef22a7f7983e4bb7513686cd573776a8338c904;hpb=3ec1d76609ec874ea611901cfe17d702685b5cbb;ds=sidebyside diff --git a/client/GoodFETMSP430.py b/client/GoodFETMSP430.py index e7cc368..df6f20e 100644 --- a/client/GoodFETMSP430.py +++ b/client/GoodFETMSP430.py @@ -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);