X-Git-Url: http://git.rot13.org/?p=goodfet;a=blobdiff_plain;f=client%2FGoodFETConsole.py;h=8f6eba8b3ecedd1855d488e504f818c1ddc72d77;hp=5f1a43607933fbffc37a6e58a04ae872519a652e;hb=5fc093cc2f5f92afc8dcbb9796b131badef04814;hpb=0176d144154fc807d65ba0e9276ccdc2e86dd039 diff --git a/client/GoodFETConsole.py b/client/GoodFETConsole.py index 5f1a436..8f6eba8 100644 --- a/client/GoodFETConsole.py +++ b/client/GoodFETConsole.py @@ -100,7 +100,7 @@ class GoodFETConsole(): #print "%i" % adr; print "0x%08x:= 0x%04x" % ( adr, self.client.peek16(adr, - memory)); + memory)); def CMDflash(self,args): file=args[1]; self.client.flash(self.expandfilename(file));