Skip to content
Snippets Groups Projects
Commit e4d7d788 authored by Tim Stadtmann's avatar Tim Stadtmann
Browse files

Add another function for testing

parent b9b93d03
No related branches found
No related tags found
No related merge requests found
......@@ -18,9 +18,7 @@ function testUSBSpeed(sendOnly, secondsWaitedAfterSend)
end
b = CommunicationInterface('usb');
if secondsWaitedAfterSend > 0
b.pauseAfterSend = secondsWaitedAfterSend;
end
b.secondsWaitedAfterSend = secondsWaitedAfterSend;
t_measure = 10.0;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment