changeset 623:3f1a85ce7785

v2.50 rc2
author heinrichsweikamp
date Wed, 08 Aug 2012 13:28:10 +0200
parents f87205426add
children 7e2c324aa333
files code_part1/OSTC_code_asm_part1/divemode.asm
diffstat 1 files changed, 2 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/code_part1/OSTC_code_asm_part1/divemode.asm	Tue Aug 07 16:14:35 2012 +0200
+++ b/code_part1/OSTC_code_asm_part1/divemode.asm	Wed Aug 08 13:28:10 2012 +0200
@@ -93,6 +93,7 @@
 diveloop_loop1a:
 	btfss	premenu							; Is the divemode menu active?
 	call	PLED_divemins					; display (new) divetime!
+	call	customview_second				; Do every-second tasks for the custom view area
 	call	timeout_divemode				; dive finished? This routine sets the required flags
 
 	btfsc	twosecupdate					; two seconds after the last call
@@ -213,6 +214,7 @@
 	return
 
 divemode_apnoe_tasks:                       ; 1 sec. Apnoe tasks
+	call	PLED_divemins					; display (new) divetime!
 	call	PLED_display_apnoe_descent		; Show descent timer
 
 	btfsc	divemode2						; Time running?