Mercurial > public > hwos_code
diff src/divemode.asm @ 134:4574aed5cd4c
Show clock in Apnea mode, minor layout changes in Apnea mode
author | heinrichsweikamp |
---|---|
date | Tue, 15 Jul 2014 10:20:37 +0200 |
parents | 35b9da423de6 |
children | 28b057aa9f75 |
line wrap: on
line diff
--- a/src/divemode.asm Mon Jul 14 15:17:07 2014 +0200 +++ b/src/divemode.asm Tue Jul 15 10:20:37 2014 +0200 @@ -79,8 +79,9 @@ diveloop_loop1b: ; Tasks only for Apnoe mode - call divemode_check_for_warnings ; Check for any warnings rcall divemode_apnoe_tasks ; 1 sec. Apnoe tasks + call customview_second ; Do every-second tasks for the custom view area + ; call divemode_check_for_warnings ; Check for any warnings bra diveloop_loop1x ; Common Tasks diveloop_loop1x: @@ -151,7 +152,7 @@ divemode_apnoe_tasks: ; 1 sec. Apnoe tasks - call TFT_display_apnoe_descent ; Show descent timer + call TFT_display_apnoe_descent ; Yes, Show descent timer call TFT_max_pressure ; use normal max. depth btfsc divemode2 ; Time running?