Regenerate SCT drivers

This commit is contained in:
Douglas Clowes
2014-11-03 14:26:25 +11:00
parent 9adb5cb907
commit 4620c7b079
2 changed files with 2 additions and 2 deletions

View File

@@ -33,7 +33,7 @@ proc ::scobj::bruker::mkDriver { sct_controller name device_class simulation_fla
set catch_status [ catch {
# mkWrapper hook code starts
add_bruker_bec1 $name $ip_address $tcp_port $tol
add_bruker_BEC1 $name $ip_address $tcp_port $tol
# mkWrapper hook code ends
} catch_message ]
handle_exception ${catch_status} ${catch_message}