From 41b89336c7a60c5cc1e62e1823f11485ed6682af Mon Sep 17 00:00:00 2001 From: chrishoder Date: Fri, 1 Feb 2013 03:22:11 +0000 Subject: [PATCH] spit changes to allow user to run from commandline git-svn-id: https://svn.code.sf.net/p/goodfet/code/trunk@1435 12e2690d-a6be-4b82-a7b7-67c4a43b65c8 --- client/GoodFETMCPCANCommunication.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) -- 2.20.1