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:
@@ -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;
|
||||
|
Reference in New Issue
Block a user