Browse Source

Fix endstops compilation error

etagle 7 years ago
parent
commit
fb4e0b105b
1 changed files with 0 additions and 1 deletions
  1. 0
    1
      Marlin/src/module/endstops.h

+ 0
- 1
Marlin/src/module/endstops.h View File

@@ -73,7 +73,6 @@ class Endstops {
73 73
 
74 74
     #if ENABLED(ENDSTOP_NOISE_FILTER)
75 75
       static esbits_t validated_live_state;
76
-      uint8_t Endstops::endstop_poll_count;
77 76
       static uint8_t endstop_poll_count;    // Countdown from threshold for polling
78 77
     #endif
79 78
 

Loading…
Cancel
Save