X-Git-Url: http://git.rot13.org/?p=goodfet;a=blobdiff_plain;f=client%2Fgoodfet.monitor;h=2ea400a94ab1d59d695964db68855637bd7ca716;hp=bf093cdefd8669f5e257b5ebe26b62eaa020b017;hb=436c63f2da19f4f9acdb0fe752d66192594cd318;hpb=4f3c7e48ba54b8ecd32df1668c21e986d8866307 diff --git a/client/goodfet.monitor b/client/goodfet.monitor index bf093cd..2ea400a 100755 --- a/client/goodfet.monitor +++ b/client/goodfet.monitor @@ -3,7 +3,7 @@ import sys; import binascii; -from GoodFET.GoodFET import GoodFET; +from GoodFET import GoodFET; from intelhex import IntelHex16bit; if(len(sys.argv)==1): @@ -20,7 +20,7 @@ if(len(sys.argv)==1): print "%s exec '0x35 0x00 0x..'" % sys.argv[0]; sys.exit(); -#Initailize FET and set baud rate +#Initialize FET and set baud rate client=GoodFET(); client.serInit()