diff src/divemode.asm @ 35:eca4a201d8cf

change apnea timeout, do no longer store apnea dives in logbook
author heinrichsweikamp
date Sun, 04 Aug 2013 18:04:37 +0200
parents e402813343b6
children 64976f1e0a1c
line wrap: on
line diff
--- a/src/divemode.asm	Sun Aug 04 17:52:44 2013 +0200
+++ b/src/divemode.asm	Sun Aug 04 18:04:37 2013 +0200
@@ -470,7 +470,7 @@
 	return
 	
 	btfsc	FLAG_apnoe_mode				; In Apnoe mode?
-	bra		timeout_divemode2			; Yes, use CF30 [min] for timeout
+	bra		timeout_divemode2			; Yes, use apnoe_timeout [min] for timeout
 
     ifndef __DEBUG
     	btfsc	simulatormode_active    ; In Simulator mode?