From 3d7b178e9e7d2f5c1a13b3853a501b8a2152ce9b Mon Sep 17 00:00:00 2001 From: dodge-this Date: Thu, 24 Jan 2013 18:17:45 +0000 Subject: [PATCH] jtagarm7 obligatory stupid bug fixes, doh! git-svn-id: https://svn.code.sf.net/p/goodfet/code/trunk@1410 12e2690d-a6be-4b82-a7b7-67c4a43b65c8 --- client/GoodFETARM7.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/client/GoodFETARM7.py b/client/GoodFETARM7.py index 86b3ca8..6b97253 100644 --- a/client/GoodFETARM7.py +++ b/client/GoodFETARM7.py @@ -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() -- 2.20.1