Mercurial > public > mk2
diff code_part1/OSTC_code_asm_part1/surfmode.asm @ 156:3f4d60385f9c
custom view default for surfacemode
author | heinrichsweikamp |
---|---|
date | Sun, 16 Jan 2011 21:17:24 +0100 |
parents | 2907b42c195b |
children | 85ea09d3b9d8 |
line wrap: on
line diff
--- a/code_part1/OSTC_code_asm_part1/surfmode.asm Fri Jan 14 18:49:56 2011 +0100 +++ b/code_part1/OSTC_code_asm_part1/surfmode.asm Sun Jan 16 21:17:24 2011 +0100 @@ -42,6 +42,8 @@ movff last_surfpressure_30min+0,int_I_pres_surface+0 ; copy surface air pressure to deco routine movff last_surfpressure_30min+1,int_I_pres_surface+1 ; 30min old values + clrf menupos3 ; Reset Custom views (Default: No custom view) + btfsc gauge_mode ; Ignore in gauge mode bra surfloop1 btfsc FLAG_apnoe_mode ; Ignore in Apnoe mode