mirror of
https://github.com/bdring/Grbl_Esp32.git
synced 2025-09-08 21:30:54 +02:00
suppress unused variable warning at spindle_control
This commit is contained in:
@@ -20,7 +20,9 @@
|
||||
|
||||
#include "grbl.h"
|
||||
|
||||
#ifdef SPINDLE_PWM_PIN
|
||||
static float pwm_gradient; // Precalulated value to speed up rpm to PWM conversions.
|
||||
#endif
|
||||
|
||||
void spindle_init()
|
||||
{
|
||||
|
Reference in New Issue
Block a user