Skip to content

Avoid assert on non-implemented SM write callback

Robert Schmidt requested to merge ran-func-no-assert into develop

The asserts might be used to intentionally stop the running process. Further, it might be an annoyance if it happen unintentionally. Just print an error message instead.

Merge request reports

Loading