Browse Source

Always try to unlock on startup

Stan Janssen 6 years ago
parent
commit
9a33dcebdd
1 changed files with 3 additions and 0 deletions
  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