Commit f339cd9d authored by tepelmann's avatar tepelmann
Browse files

Added missing start of timer in f_utTriggerEvent.

parent d984f7e1
Loading
Loading
Loading
Loading
+1 −0
Original line number Original line Diff line number Diff line
@@ -59,6 +59,7 @@ module LibItsCam_Functions {
        function f_utTriggerEvent(template (value) UtCamTrigger p_event) runs on ItsCam {
        function f_utTriggerEvent(template (value) UtCamTrigger p_event) runs on ItsCam {
           
           
            utPort.send(p_event);
            utPort.send(p_event);
            tc_wait.start;
            alt {
            alt {
                [] utPort.receive(UtResult:true) {
                [] utPort.receive(UtResult:true) {
                    tc_wait.stop;
                    tc_wait.stop;