Browse Source

Fix endstops compilation error

pull/1/head
etagle 6 years ago
committed by Scott Lahteine
parent
commit
fb4e0b105b
  1. 1
      Marlin/src/module/endstops.h

1
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

Loading…
Cancel
Save