SPI client refactoring and block read/write functions.
[goodfet] / client / goodfet.spiflash
index c47c4dc..7aa287d 100755 (executable)
@@ -10,7 +10,7 @@ import sys;
 import binascii;
 import array;
 
-from GoodFET import GoodFETSPIFlash;
+from GoodFETSPI import GoodFETSPIFlash;
 from intelhex import IntelHex;
 
 if(len(sys.argv)==1):