diff --git a/source/CommunicationInterface.m b/source/CommunicationInterface.m index 855d00b03e1d140660d538195d433461eb31c413..1ff20263cdaa257fa33d934caad76def9f3ad510 100755 --- a/source/CommunicationInterface.m +++ b/source/CommunicationInterface.m @@ -267,7 +267,7 @@ 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); + pause(0.005); % Verbose output if brick.debug > 0