Remove unused Stepper.cpp variables

This commit is contained in:
Voinea Dragos 2021-05-30 11:48:47 +03:00 committed by Guðni Már Gilbert
parent 9d1e54e685
commit f64c6c2a39
1 changed files with 0 additions and 1 deletions

View File

@ -134,7 +134,6 @@ static uint16_t OCR1A_nominal;
static uint8_t step_loops_nominal;
volatile long endstops_trigsteps[3]={0,0,0};
volatile long endstops_stepsTotal,endstops_stepsDone;
static volatile bool endstop_x_hit=false;
static volatile bool endstop_y_hit=false;
static volatile bool endstop_z_hit=false;