Skip to content

Remove check for interlock on transition OFF -> INIT

Gabriel Fedel requested to merge fix_error_state into master

This change avoid issues when the IOC starts with firmware on ERROR state (this happens if the IOC is not finished correctly). Now the check for firmware state is done at the end of EnterInit method.

Merge request reports