Procházet zdrojové kódy

Init all endstop bits to 0 (PR#2332)

Scott Lahteine před 9 roky
rodič
revize
d135b15bb8
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  1. 1
    1
      Marlin/stepper.cpp

+ 1
- 1
Marlin/stepper.cpp Zobrazit soubor

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

Loading…
Zrušit
Uložit