diff src/divemenu_tree.asm @ 579:e6d5a1f02daf

Work-Around for 2.97 stable
author heinrichsweikamp
date Wed, 21 Feb 2018 13:52:45 +0100
parents 2b8ef780cfa8
children b455b31ce022
line wrap: on
line diff
--- a/src/divemenu_tree.asm	Sun Feb 18 21:04:54 2018 +0100
+++ b/src/divemenu_tree.asm	Wed Feb 21 13:52:45 2018 +0100
@@ -261,16 +261,12 @@
     movff   PLUSW1,lo
     lfsr    FSR1,opt_gas_type+0
     movff   lo,PLUSW1
-;    btfsc   ccr_diluent_setup			; diluents?
-;    bra	    do_toggle_active3			; Yes, ignore restoring change depth (Work-around for potential issue) mH
     lfsr    FSR1,opt_OC_bail_gas_change_backup+0 ; copy opt_OC_bail_gas_change_backup+W back to opt_OC_bail_gas_change+W
     movff   PLUSW1,lo
     lfsr    FSR1,opt_OC_bail_gas_change+0
     movff   lo,PLUSW1
     bra	    do_toggle_active3
 do_toggle_active2:
-;    btfsc   ccr_diluent_setup			; diluents?
-;    bra	    do_toggle_active3			; Yes, ignore restoring change depth (Work-around for potential issue) mH
     clrf    PLUSW1				; 0=Disabled, 1=First, 2=Travel, 3=Deco
     lfsr    FSR1,opt_OC_bail_gas_change+0
     clrf    PLUSW1				; also delete change depth here to have the menu updated immediately