Commit ef6ccc0f authored by garciay's avatar garciay
Browse files

Typing issue fixed in function f_utUpdateEvent (TCT3 build)

parent d0e5a279
......@@ -126,7 +126,7 @@ module LibItsDenm_Functions {
*/
function f_utUpdateEvent(template (value) UtDenmUpdate p_event) runs on ItsDenm return ActionID {
var ActionID v_actionId;
var UtDenmTriggerResult v_result;
var UtDenmUpdateResult v_result;
utPort.send(p_event);
tc_wait.start;
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment