Skip to content
Snippets Groups Projects
Commit c0713e2b authored by berge's avatar berge
Browse files

Fixed typos

parent 24637bd4
No related branches found
No related tags found
No related merge requests found
......@@ -23,7 +23,7 @@ module LibItsDenm_Functions {
// map ports
map(p_ptcDenm:denmPort, system:denmPort);
}
} // end f_cfDenmUp
/**
* @desc Wait for component to finish and unmap DENM ports
......@@ -41,7 +41,7 @@ module LibItsDenm_Functions {
setverdict(inconc);
}
}
unmap(p_ptcDenm:camPort);
unmap(p_ptcDenm:denmPort);
} // end f_cfDenmDown
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment