diff code_part1/OSTC_code_asm_part1/divemode.asm @ 643:3b50c9949b84

gas6 setup simplified
author heinrichsweikamp
date Wed, 03 Oct 2012 12:40:00 +0200
parents 6cbdfd1b9dcf
children e6ac142e82b0
line wrap: on
line diff
--- a/code_part1/OSTC_code_asm_part1/divemode.asm	Wed Oct 03 11:39:50 2012 +0200
+++ b/code_part1/OSTC_code_asm_part1/divemode.asm	Wed Oct 03 12:40:00 2012 +0200
@@ -33,9 +33,9 @@
 ; Startup Tasks for all modes
 	ostc_debug	'R'		; Sends debug-information to screen if debugmode active
 	call	PLED_ClearScreen			; clean up OLED
-	call	PLED_divemode_mask					; Display mask
-	call	PLED_active_gas_divemode	; Display gas, if required
+	call	PLED_divemode_mask			; Display mask
 	call	PLED_temp_divemode			; Displays temperature
+   	call	PLED_active_gas_divemode	; Display gas
 
 ; Reload last customview
 	read_int_eeprom	d'94'				; Read last selected customview dive mode into EEDATA