diff code_part1/OSTC_code_asm_part1/divemode.asm @ 115:50a06adabc67

First gas is active, Gauge mode display
author heinrichsweikamp
date Fri, 24 Dec 2010 15:40:27 +0100
parents ed7826c740a0
children 14a074e1a375
line wrap: on
line diff
--- a/code_part1/OSTC_code_asm_part1/divemode.asm	Thu Dec 23 18:35:28 2010 +0100
+++ b/code_part1/OSTC_code_asm_part1/divemode.asm	Fri Dec 24 15:40:27 2010 +0100
@@ -1587,14 +1587,6 @@
 	clrf	POSTINC0
 	clrf	POSTINC0
 
-;; Start with active Stopwatch?
-;	bsf			stopwatch_active
-;	GETCUSTOM8	d'41'			; =1: Start with active Stopwatch
-;	movwf		lo
-;	movlw		d'1'
-;	cpfseq		lo						; CF41=1?
-;	bcf			stopwatch_active		; No!
-
 ; Init profile recording parameters	
 	GETCUSTOM8	d'20'			; sample rate
 	movwf	samplesecs_value	; to avoid EEPROM access in the ISR