correct simulation
All checks were successful
Example Action / Lint (push) Successful in 8s
Example Action / BuildAndTest (push) Successful in 10m10s

This commit is contained in:
2025-07-04 15:41:01 +02:00
parent 6e88505799
commit ae20111e42
3 changed files with 13 additions and 11 deletions

View File

@@ -13,9 +13,10 @@ initialise {
in;
out "ECHO 2"; # Ask for reponses
in "%(\$1MsgTxt)s"; # Clear MsgTxt on Init
@mismatch{
exec 'echo "Failed to configure DAQ" && exit(1)';
}
# Probably should cause the ioc to just exit
# @mismatch{
# exec 'echo "Failed to configure DAQ" && exit(1)';
# }
}
fullReset {