From 7e9d441eb89dcebc813679be73e9423e651917d7 Mon Sep 17 00:00:00 2001 From: dodge-this Date: Tue, 5 Feb 2013 21:23:55 +0000 Subject: [PATCH] jtagarm9 - will get things settled eventually git-svn-id: https://svn.code.sf.net/p/goodfet/code/trunk@1454 12e2690d-a6be-4b82-a7b7-67c4a43b65c8 --- client/GoodFETARM9.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/client/GoodFETARM9.py b/client/GoodFETARM9.py index 78fdf94..d4fc0ed 100644 --- a/client/GoodFETARM9.py +++ b/client/GoodFETARM9.py @@ -37,8 +37,8 @@ from intelhex import IntelHex class GoodFETARM9(GoodFETARM7): - def __init__(self): - GoodGETARM7.__init__(self) + def start(self): + GoodFETARM7.start(self) self.ARMsetSCANsize(5) def ARMreadMem(self, adr, wordcount=0): -- 2.20.1