Init all endstop bits to 0 (PR#2332)

This commit is contained in:
Scott Lahteine 2015-06-25 19:22:49 -07:00 committed by Richard Wackerbarth
parent e09abb1b31
commit d135b15bb8

View File

@ -475,7 +475,7 @@ ISR(TIMER1_COMPA_vect) {
#else
byte
#endif
current_endstop_bits;
current_endstop_bits = 0;
#define _ENDSTOP_PIN(AXIS, MINMAX) AXIS ##_## MINMAX ##_PIN
#define _ENDSTOP_INVERTING(AXIS, MINMAX) AXIS ##_## MINMAX ##_ENDSTOP_INVERTING