# HG changeset patch # User heinrichsweikamp # Date 1340562339 -7200 # Node ID 76b85952b9cd0ee702f62b0784cd3ea392644cbb # Parent f3735da188095abae0585b668a3e690c0955b68d minor display update diff -r f3735da18809 -r 76b85952b9cd code_part1/OSTC_code_asm_part1/divemode.asm --- 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)