Skip to content

Commit ea970c4

Browse files
authored
Revert 7d9ee66 to address #3583
The fix looked good, but broke the XHC-WHB pendant driver.
1 parent d8ab3a2 commit ea970c4

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

src/emc/usr_intf/halui.cc

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -889,7 +889,6 @@ int halui_hal_init(void)
889889
}
890890

891891
for (axis_num = 0; axis_num < EMCMOT_MAX_AXIS; axis_num++) {
892-
if ( !(axis_mask & (1 << axis_num)) ) { continue; }
893892
char c = "xyzabcuvw"[axis_num];
894893
retval = hal_pin_bit_newf(HAL_IN, &(halui_data->axis_nr_select[axis_num]), comp_id, "halui.axis.%c.select", c);
895894
if (retval < 0) return retval;

0 commit comments

Comments
 (0)