We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents a0f26c5 + ecffaae commit 2c302c2Copy full SHA for 2c302c2
1 file changed
src/emc/usr_intf/halui.cc
@@ -187,7 +187,7 @@ static int axis_mask = 0;
187
FIELD(hal_float_t,ro_value) /* current Feed Override value */ \
188
FIELD(hal_bit_t,ro_increase) /* pin ror increasing the FO (+=scale) */ \
189
FIELD(hal_bit_t,ro_decrease) /* pin for decreasing the FO (-=scale) */ \
190
- FIELD(hal_bit_t,ro_reset) /* pin for resetting Feed Override */ \
+ FIELD(hal_bit_t,ro_reset) /* pin for resetting Feed Override */ \
191
\
192
ARRAY(hal_s32_t,so_counts,EMCMOT_MAX_SPINDLES+1) /* pin for the Spindle Speed Override counting */ \
193
ARRAY(hal_bit_t,so_count_enable,EMCMOT_MAX_SPINDLES+1) /* pin for the Spindle Speed Override counting enable */ \
0 commit comments