Mercurial > public > mk2
changeset 599:76b85952b9cd
minor display update
author | heinrichsweikamp |
---|---|
date | Sun, 24 Jun 2012 20:25:39 +0200 |
parents | f3735da18809 |
children | f1860c1237cc |
files | code_part1/OSTC_code_asm_part1/divemode.asm |
diffstat | 1 files changed, 4 insertions(+), 4 deletions(-) [+] |
line wrap: on
line diff
--- a/code_part1/OSTC_code_asm_part1/divemode.asm Sun Jun 24 12:45:34 2012 +0200 +++ b/code_part1/OSTC_code_asm_part1/divemode.asm Sun Jun 24 20:25:39 2012 +0200 @@ -65,10 +65,10 @@ bra diveloop_loop1c ; One Second Tasks in const_ppO2 mode ; Tasks only for OC modes + btfsc show_safety_stop ; Show the safety stop? + call PLED_show_safety_stop ; Yes, show/delete if done. call check_ppO2 ; check ppO2 and displays warning if required call calc_deko_divemode ; calculate decompression and display result (any two seconds) - btfsc show_safety_stop ; Show the safety stop? - call PLED_show_safety_stop ; Yes, show/delete if done. bra diveloop_loop1x ; Common Tasks ; Tasks only for Gauge mode @@ -97,10 +97,10 @@ ; Tasks only for ppO2 mode diveloop_loop1c: + btfsc show_safety_stop ; Show the safety stop? + call PLED_show_safety_stop ; Yes, show/delete if done. call PLED_const_ppO2_value ; display const ppO2 setting in [bar] call calc_deko_divemode ; calculate decompression and display result (any two seconds) - btfsc show_safety_stop ; Show the safety stop? - call PLED_show_safety_stop ; Yes, show/delete if done. btfsc is_bailout ; Are we in Bailout mode? call check_ppO2_bail ; Yes, display ppO2 (If required)