oops. fix for GoodFETARM9
authordodge-this <dodge-this@12e2690d-a6be-4b82-a7b7-67c4a43b65c8>
Tue, 5 Feb 2013 21:00:52 +0000 (21:00 +0000)
committerdodge-this <dodge-this@12e2690d-a6be-4b82-a7b7-67c4a43b65c8>
Tue, 5 Feb 2013 21:00:52 +0000 (21:00 +0000)
git-svn-id: https://svn.code.sf.net/p/goodfet/code/trunk@1452 12e2690d-a6be-4b82-a7b7-67c4a43b65c8

client/GoodFETARM9.py

index dd565e9..f536f3a 100644 (file)
@@ -38,7 +38,7 @@ from intelhex import IntelHex
 
 class GoodFETARM9(GoodFETARM7.GoodFETARM7):
     def __init__(self):
 
 class GoodFETARM9(GoodFETARM7.GoodFETARM7):
     def __init__(self):
-        GoodFETARM7.GoodGETARM7.__init__(self)
+        GoodGETARM7.__init__(self)
         self.ARMsetSCANsize(5)
 
     def ARMreadMem(self, adr, wordcount=0):
         self.ARMsetSCANsize(5)
 
     def ARMreadMem(self, adr, wordcount=0):