jtagarm7 abstractions to allow jtagarm9 to leverage much of this code.
[goodfet] / client / gplay-arm.py
index 70333d7..2ab3fe9 100755 (executable)
@@ -6,7 +6,7 @@ from intelhex import IntelHex
 
 data = []
 
-client=GoodFETARM();
+client=GoodFETARM7();
 def init():
     #Initailize FET and set baud rate
     print >>sys.stderr,"Connecting to goodfet..."