X-Git-Url: http://git.rot13.org/?p=goodfet;a=blobdiff_plain;f=client%2FGoodFETMCPCANCommunication.py;h=8f141b0b1a04f6401682d754708c96835bd97dbe;hp=b4a781db0f1de59fb46995aa531b94d1a7664f69;hb=41b89336c7a60c5cc1e62e1823f11485ed6682af;hpb=5697ddbc0de91b8eb8cbde1f7fbf7bcd990ce836 diff --git a/client/GoodFETMCPCANCommunication.py b/client/GoodFETMCPCANCommunication.py index b4a781d..8f141b0 100644 --- a/client/GoodFETMCPCANCommunication.py +++ b/client/GoodFETMCPCANCommunication.py @@ -631,7 +631,7 @@ if __name__ == "__main__": # transmission (travis thinks this is because we're sniffing in listen-only # and thus not generating an ack bit on the recieving board) if(args.verb=="spit"): - comm.spit(freq=freq, standardid=standardid,duration=duration, repeat=repeat, debug=debug) + comm.spitSingle(freq=freq, standardid=standardid,duration=duration, repeat=repeat, debug=debug)