Added missing step_bits_dual declaration in stepper_t struct (STEP_PULSE_DELAY option)

pull/804/head
Nicholas Grey 2020-02-03 16:10:13 +02:00
rodzic eefe2bb95b
commit 0c7ed024d9
1 zmienionych plików z 1 dodań i 0 usunięć

Wyświetl plik

@ -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.