Endstop patch followup

This commit is contained in:
Scott Lahteine 2018-06-27 00:12:42 -05:00
parent 04fc715c91
commit e352c1e52d

View File

@ -72,7 +72,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