removed unused CHECKSUM from PWMSpindleControl
authorbouni <bouni@owee.de>
Thu, 16 Jun 2016 06:58:42 +0000 (08:58 +0200)
committerbouni <bouni@owee.de>
Thu, 16 Jun 2016 06:58:42 +0000 (08:58 +0200)
src/modules/tools/spindle/PWMSpindleControl.cpp

index 7aef959..d968181 100644 (file)
@@ -25,7 +25,6 @@
 #include "us_ticker_api.h"
 
 #define spindle_checksum                    CHECKSUM("spindle")
-#define spindle_vfd_type_checksum           CHECKSUM("vfd_type")
 #define spindle_pwm_pin_checksum            CHECKSUM("pwm_pin")
 #define spindle_pwm_period_checksum         CHECKSUM("pwm_period")
 #define spindle_feedback_pin_checksum       CHECKSUM("feedback_pin")