Fixed GoodFETConsole in goodfet.cc
[goodfet] / client / goodfet.cc
index e00c727..e0b0d12 100755 (executable)
@@ -10,7 +10,6 @@ import binascii;
 
 from GoodFETCC import GoodFETCC;
 from GoodFETConsole import GoodFETConsole;
-from intelhex import IntelHex;
 
 
 if(len(sys.argv)==1):
@@ -32,6 +31,7 @@ if(len(sys.argv)==1):
     sys.exit();
 
 #Initailize FET and set baud rate
+#client=GoodFET.GoodFETCC.GoodFETCC();
 client=GoodFETCC();
 client.serInit()