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

Resolve a merge-conflict bug

parent c7ae0f70
No related branches found
No related tags found
No related merge requests found
......@@ -1997,7 +1997,9 @@ classdef CommunicationInterface < handle
% a delay, some commands may even be bypassed.
% (Maybe too many commands screw up the brick's internal command queue?..)
% Temporary workaround: Wait 5ms after each sent packet.
pause(0.005);
if brick.pauseAfterSend > 0
pause(brick.pauseAfterSend);
end
% Verbose output
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