diff src/divemenu_tree.asm @ 426:8f8151bb53bb

docu update
author heinrichsweikamp
date Fri, 10 Jun 2016 10:01:42 +0200
parents 6e60012bb3fc
children 23b58c4bc6aa
line wrap: on
line diff
--- a/src/divemenu_tree.asm	Fri May 13 16:01:49 2016 +0200
+++ b/src/divemenu_tree.asm	Fri Jun 10 10:01:42 2016 +0200
@@ -71,7 +71,7 @@
 
 do_switch_to_sensor:
     movlw   .1                      ; Switch to Sensor
-    movff   WREG,opt_ccr_mode       ; =0: Fixed SP, =1: Sensor
+    movff   WREG,opt_ccr_mode       ; =0: Fixed SP, =1: Sensor,  =2: Auto SP
     bsf     voting_logic_sensor1
     bsf     voting_logic_sensor2
     bsf     voting_logic_sensor3
@@ -119,7 +119,7 @@
     call    setup_dil_registers     ; With WREG=Gas 0-4
 
     clrf    WREG                    ; Switch to fixed SP
-    movff   WREG,opt_ccr_mode       ; =0: Fixed SP, =1: Sensor
+    movff   WREG,opt_ccr_mode       ; =0: Fixed SP, =1: Sensor,  =2: Auto SP
     clrf    WREG
     movff   WREG,char_O_deco_status ; Restart decoplan computation