Parcourir la source

Always try to unlock on startup

Stan Janssen il y a 6 ans
Parent
commit
9a33dcebdd
1 fichiers modifiés avec 3 ajouts et 0 suppressions
  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