Commit aa0fe583 authored by tepelmann's avatar tepelmann
Browse files

Added missing starting of timer in f_utChangePosition.

parent 78ab8a36
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -186,6 +186,7 @@ module LibItsDenm_Functions {
        function f_utChangePosition(template (value) UtChangePosition p_position) runs on ItsDenm {
            
            utPort.send(p_position);
            tc_wait.start;
            alt {
                [] utPort.receive(UtChangePositionResult:?) {
                    tc_wait.stop;