diff code_part1/OSTC_code_asm_part1/divemode.asm @ 63:fee7c62b4de1

1.71beta - clock in divemode (CF39)
author heinrichsweikamp
date Wed, 29 Sep 2010 15:25:53 +0200
parents cd5b650920f6
children e8756eba54ee
line wrap: on
line diff
--- a/code_part1/OSTC_code_asm_part1/divemode.asm	Mon Sep 20 21:51:18 2010 +0200
+++ b/code_part1/OSTC_code_asm_part1/divemode.asm	Wed Sep 29 15:25:53 2010 +0200
@@ -48,6 +48,9 @@
 	btfss	onesecupdate					; tasks any new second
 	bra		diveloop_loop2
 
+	btfss	premenu							; Is the divemode menu active?
+	call	PLED_diveclock					; No, show clock (If clock should be displayed)
+
 	btfsc	gauge_mode						; Only in gauge mode
 	bra		diveloop_loop1a					; One Second Tasks in Gauge mode
 	btfsc	FLAG_apnoe_mode					; Only in apnoe mode