1
0
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:
odaki
2019-10-16 22:19:34 +09:00
parent d6cafc5191
commit 94b9420b37

View File

@@ -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()
{