Selaa lähdekoodia

Changed routing after lock

Stan Janssen 6 vuotta sitten
vanhempi
commit
7796fb4c99
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  1. 1 1
      minimalmode3.asm

+ 1 - 1
minimalmode3.asm

@@ -314,7 +314,7 @@ lock
     call    delay100        ; Blocking 100ms delay
     bsf     PORTA, 4        ; Stop the motor
     call    delay2000       ; Wait 2 seconds to charge the capacitor back up..
-    goto    idle
+    goto    connected
     
 
 unlock