1
0
mirror of https://github.com/bdring/Grbl_Esp32.git synced 2025-08-25 07:20:52 +02:00

suppress warning about unused variable at stepper.cpp

This commit is contained in:
odaki
2019-10-16 22:33:28 +09:00
parent fb10ab83b7
commit a29f518e88

View File

@@ -216,8 +216,9 @@ static st_prep_t prep;
// with probing and homing cycles that require true real-time positions.
void IRAM_ATTR onStepperDriverTimer(void *para) // ISR It is time to take a step =======================================================================================
{
uint64_t step_pulse_off_time;
#ifndef USE_RMT_STEPS
uint64_t step_pulse_off_time;
#endif
//const int timer_idx = (int)para; // get the timer index
TIMERG0.int_clr_timers.t0 = 1;