goodfetccspi fix of scapy dissection to not feed it the length byte
[goodfet] / client / GoodFETConsole.py
index 5f1a436..8f6eba8 100644 (file)
@@ -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));