1
0
mirror of https://github.com/bdring/Grbl_Esp32.git synced 2025-09-02 19:02:35 +02:00

Deleted dead variable in Stepper.h

This commit is contained in:
Mitch Bradley
2021-05-24 11:21:14 -10:00
parent 75bd333087
commit 32e0c3dc39

View File

@@ -71,8 +71,6 @@ const timer_idx_t STEP_TIMER_INDEX = TIMER_0;
extern uint64_t stepper_idle_counter;
extern bool stepper_idle;
//extern uint8_t ganged_mode;
enum stepper_id_t {
ST_TIMED = 0,
ST_RMT,