From 63d69eeaf467d5dfc28e1a87cad48b4450cd1bdd Mon Sep 17 00:00:00 2001
From: Tim Stadtmann <tim.stadtmann@rwth-aachen.de>
Date: Fri, 16 Dec 2016 16:43:13 +0100
Subject: [PATCH] (Re-)added pause after sending USB-packets

---
 source/CommunicationInterface.m | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/source/CommunicationInterface.m b/source/CommunicationInterface.m
index 855d00b..1ff2026 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
-- 
GitLab