diff code_part1/OSTC_code_asm_part1/divemode.asm @ 128:4c588c3d1f12

Saturation graphs in customview divemode
author JeanDo
date Tue, 04 Jan 2011 15:14:42 +0100
parents 4f9f477bb452
children 03df42de03e1
line wrap: on
line diff
--- a/code_part1/OSTC_code_asm_part1/divemode.asm	Tue Jan 04 02:49:15 2011 +0100
+++ b/code_part1/OSTC_code_asm_part1/divemode.asm	Tue Jan 04 15:14:42 2011 +0100
@@ -165,17 +165,17 @@
 	bra		diveloop_loop					; Loop the divemode
 
 timeout_premenu_divemode:
-	incf	timeout_counter3,F		; Yes...
+	incf	timeout_counter3,F              ; Yes...
 
-	GETCUSTOM8	d'4'				; loads premenu_timeout into WREG
-	cpfsgt	timeout_counter3		; ... longer then premenu_timeout
-	return							; No!
+	GETCUSTOM8	d'4'                        ; loads premenu_timeout into WREG
+	cpfsgt	timeout_counter3                ; ... longer then premenu_timeout
+	return                                  ; No!
 
-	bcf		premenu					; Yes, so clear "Menu?" and clear pre_menu bit
-	call	PLED_menu_clear			; Remove "Menu?"
+	bcf		premenu                         ; Yes, so clear "Menu?" and clear pre_menu bit
+	call	PLED_menu_clear                 ; Remove "Menu?"
 	return
 
-divemode_apnoe_tasks:						; 1 sec. Apnoe tasks
+divemode_apnoe_tasks:                       ; 1 sec. Apnoe tasks
 	call	PLED_display_apnoe_descent		; Show descent timer
 
 	btfsc	divemode2						; Time running?