Explorar el Código

Always try to unlock on startup

Stan Janssen hace 6 años
padre
commit
9a33dcebdd
Se han modificado 1 ficheros con 3 adiciones y 0 borrados
  1. 3 0
      minimalmode3.asm

+ 3 - 0
minimalmode3.asm

@@ -148,6 +148,9 @@ start
     clrf    TMR0L
     clrf    TMR0H
     clrf    T0CON
+    
+    ; Always attempt to unlock on reset
+    call unlock
 
 
 ; Main application