# HG changeset patch
# User heinrichsweikamp
# Date 1344425290 -7200
# Node ID 3f1a85ce7785f43a7772c719dc9b7933676b096d
# Parent  f87205426add043d11474d2db594e01f990b77c8
v2.50 rc2

diff -r f87205426add -r 3f1a85ce7785 code_part1/OSTC_code_asm_part1/divemode.asm
--- 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?