From: dodge-this Date: Tue, 5 Feb 2013 21:00:52 +0000 (+0000) Subject: oops. fix for GoodFETARM9 X-Git-Url: http://git.rot13.org/?p=goodfet;a=commitdiff_plain;h=e2cbb691a2a333c61eb370aaaf1f81b747f57ef0;hp=ebceb79b821ebdd7a68e07ff4488789f0bf68105 oops. fix for GoodFETARM9 git-svn-id: https://svn.code.sf.net/p/goodfet/code/trunk@1452 12e2690d-a6be-4b82-a7b7-67c4a43b65c8 --- diff --git a/client/GoodFETARM9.py b/client/GoodFETARM9.py index dd565e9..f536f3a 100644 --- a/client/GoodFETARM9.py +++ b/client/GoodFETARM9.py @@ -38,7 +38,7 @@ from intelhex import IntelHex class GoodFETARM9(GoodFETARM7.GoodFETARM7): def __init__(self): - GoodFETARM7.GoodGETARM7.__init__(self) + GoodGETARM7.__init__(self) self.ARMsetSCANsize(5) def ARMreadMem(self, adr, wordcount=0):