MSP430X2 cleanup, fixed switch{} falling bug in MSP430X2 command handler.
[goodfet] / client / goodfet.msp430
index 1e1b8b9..37f7351 100755 (executable)
@@ -107,6 +107,7 @@ if(sys.argv[1]=="peek"):
     while start<=stop:
         print "%04x: %04x" % (start,client.MSP430peek(start));
         start=start+2;
+
 if(sys.argv[1]=="poke"):
     start=0x0000;
     val=0x00;