Add missing is_homing_list

r3521 | dcl | 2012-04-02 12:57:47 +1000 (Mon, 02 Apr 2012) | 1 line
This commit is contained in:
Douglas Clowes
2012-04-02 12:57:47 +10:00
parent 534459e51f
commit 9a5db33658

View File

@@ -2,6 +2,11 @@
source $cfPath(commands)/commands_common.tcl source $cfPath(commands)/commands_common.tcl
namespace eval motor {
# is_homing_list = comma separated list of motors which are safe to send "home"
variable is_homing_list ""
}
proc ::commands::isc_initialize {} { proc ::commands::isc_initialize {} {
::commands::ic_initialize ::commands::ic_initialize
} }