소스 검색

Changed routing after lock

Stan Janssen 6 년 전
부모
커밋
7796fb4c99
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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