RAM usage monitor, see blog for details.
[goodfet] / client / goodfet.spiflash
index 354d502..c2bc60b 100755 (executable)
@@ -26,7 +26,7 @@ if(len(sys.argv)==1):
 
 #Initailize FET and set baud rate
 client=GoodFET();
-client.serInit("/dev/ttyUSB0")
+client.serInit()
 
 
 client.SPIsetup();