From f64c6c2a39bfc3ca8dd264b7409e889898e1acc8 Mon Sep 17 00:00:00 2001 From: Voinea Dragos Date: Sun, 30 May 2021 11:48:47 +0300 Subject: [PATCH] Remove unused Stepper.cpp variables --- Firmware/stepper.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/Firmware/stepper.cpp b/Firmware/stepper.cpp index c9cb8bebc..611f25477 100644 --- a/Firmware/stepper.cpp +++ b/Firmware/stepper.cpp @@ -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;