瀏覽代碼

Removed PP Check, must fix later

Stan Janssen 6 年之前
父節點
當前提交
26268817a2
共有 1 個文件被更改,包括 4 次插入4 次删除
  1. 4 4
      minimalmode3.asm

+ 4 - 4
minimalmode3.asm

@@ -190,10 +190,10 @@ connected
     movwf   CCPR1L
     
     ; Check if the diode is OK
-    call    read_cp_low      ; Check the diode
-    sublw   3
-    btfsc   STATUS, Z        ; The return value must be 3, otherwise go back to enter.
-    goto    enter
+;    call    read_cp_low      ; Check the diode
+;    sublw   3
+;    btfss   STATUS, Z        ; The return value must be 3, otherwise go back to enter.
+;    goto    enter
     
     ; Check the S2 state of the vehicle
     call    read_cp_high