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

(Re-)added pause after sending USB-packets

parent 2b6653d8
No related branches found
No related tags found
No related merge requests found
...@@ -267,7 +267,7 @@ classdef CommunicationInterface < handle ...@@ -267,7 +267,7 @@ classdef CommunicationInterface < handle
% a delay, some commands may even be bypassed. % a delay, some commands may even be bypassed.
% (Maybe too many commands screw up the brick's internal command queue?..) % (Maybe too many commands screw up the brick's internal command queue?..)
% Temporary workaround: Wait 5ms after each sent packet. % Temporary workaround: Wait 5ms after each sent packet.
% pause(0.005); pause(0.005);
% Verbose output % Verbose output
if brick.debug > 0 if brick.debug > 0
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment