From fb4e0b105b69b8d7289b166b0e88dc6595ffe689 Mon Sep 17 00:00:00 2001 From: etagle Date: Fri, 22 Jun 2018 19:36:39 -0300 Subject: [PATCH] Fix endstops compilation error --- Marlin/src/module/endstops.h | 1 - 1 file changed, 1 deletion(-) diff --git a/Marlin/src/module/endstops.h b/Marlin/src/module/endstops.h index 830b1515b1..526e252f8d 100644 --- a/Marlin/src/module/endstops.h +++ b/Marlin/src/module/endstops.h @@ -73,7 +73,6 @@ class Endstops { #if ENABLED(ENDSTOP_NOISE_FILTER) static esbits_t validated_live_state; - uint8_t Endstops::endstop_poll_count; static uint8_t endstop_poll_count; // Countdown from threshold for polling #endif