diff code_part1/OSTC_code_asm_part1/surfmode.asm @ 815:2a0e5d884fc3

BUGFIX: Fix licence in German BUGFIX: Fix minor layout bug in surface mode
author heinrichsweikamp
date Tue, 12 May 2015 11:30:35 +0200
parents c87b9f2fb2f6
children f8afe90796d6
line wrap: on
line diff
--- a/code_part1/OSTC_code_asm_part1/surfmode.asm	Mon May 04 13:53:36 2015 +0200
+++ b/code_part1/OSTC_code_asm_part1/surfmode.asm	Tue May 12 11:30:35 2015 +0200
@@ -1,4 +1,4 @@
-; OSTC - diving computer code
+; OSTC Mk.2, 2N and 2C - diving computer code
 ; Copyright (C) 2015 HeinrichsWeikamp GbR
 
 ;    This program is free software: you can redistribute it and/or modify
@@ -463,8 +463,9 @@
 	bra		timeout_premenu2		; Skip in Apnoe mode
 
 timeout_premenu2:
-	call	update_surf_press		; rewrite serial number
+	call	update_surf_press		; rewrite surf pressure
 	call	DISP_serial				; rewrite serial number
+    call    surfcustomview_mask     ; rewrite customview
 	clrf	timeout_counter3		; Also clear timeout
 	bcf		switch_left				; and debounce switches
 	bcf		switch_right