kopia lustrzana https://github.com/gnea/grbl
Added missing step_bits_dual declaration in stepper_t struct (STEP_PULSE_DELAY option)
rodzic
eefe2bb95b
commit
0c7ed024d9
|
@ -103,6 +103,7 @@ typedef struct {
|
|||
counter_z;
|
||||
#ifdef STEP_PULSE_DELAY
|
||||
uint8_t step_bits; // Stores out_bits output to complete the step pulse delay
|
||||
uint8_t step_bits_dual;
|
||||
#endif
|
||||
|
||||
uint8_t execute_step; // Flags step execution for each interrupt.
|
||||
|
|
Ładowanie…
Reference in New Issue