X-Git-Url: http://git.rot13.org/?p=goodfet;a=blobdiff_plain;f=client%2Fgoodfet.spiflash;h=c2bc60b9010c1556a4ab93bfd3e7f001665170b7;hp=354d5025444ee52f790b6377600fc0ab758b4e8f;hb=8f05454eedc506a9b46c2b8bce9af2480089827f;hpb=c6e02600ef0e12eb9a7309755740a23b71a62205 diff --git a/client/goodfet.spiflash b/client/goodfet.spiflash index 354d502..c2bc60b 100755 --- a/client/goodfet.spiflash +++ b/client/goodfet.spiflash @@ -26,7 +26,7 @@ if(len(sys.argv)==1): #Initailize FET and set baud rate client=GoodFET(); -client.serInit("/dev/ttyUSB0") +client.serInit() client.SPIsetup();