jtagarm7 obligatory stupid bug fixes, doh!
authordodge-this <dodge-this@12e2690d-a6be-4b82-a7b7-67c4a43b65c8>
Thu, 24 Jan 2013 18:17:45 +0000 (18:17 +0000)
committerdodge-this <dodge-this@12e2690d-a6be-4b82-a7b7-67c4a43b65c8>
Thu, 24 Jan 2013 18:17:45 +0000 (18:17 +0000)
git-svn-id: https://svn.code.sf.net/p/goodfet/code/trunk@1410 12e2690d-a6be-4b82-a7b7-67c4a43b65c8

client/GoodFETARM7.py

index 86b3ca8..6b97253 100644 (file)
@@ -809,8 +809,8 @@ def arm7_cli_handler(client, argv):
     if(argv[1]=="info"):
         client.halt()
         print >>sys.stderr,"Identifying Target:"
-        print >>sys.stderr, self.ARMidentstr()
-        print >>sys.stderr,"Debug Status:\t%s\n" % self.statusstr()
+        print >>sys.stderr, client.ARMidentstr()
+        print >>sys.stderr,"Debug Status:\t%s\n" % client.statusstr()
         client.resume()