diff code_part1/OSTC_code_asm_part1/customview.asm @ 295:1a15d75702f7

Menu3 marker bugfix
author Heinrichsweikamp
date Thu, 28 Apr 2011 18:14:02 +0200
parents 46d1012d096a
children b7e4e74c0e17
line wrap: on
line diff
--- a/code_part1/OSTC_code_asm_part1/customview.asm	Wed Apr 27 17:24:01 2011 +0200
+++ b/code_part1/OSTC_code_asm_part1/customview.asm	Thu Apr 28 18:14:02 2011 +0200
@@ -84,10 +84,12 @@
 	return
 	
 customview_1sec_stopwatch:
+	bsf		menu3_active                ; Set Flag
 	call	PLED_stopwatch_show2        ; Update figures only
 	return
 
 customview_1sec_marker:                 ; Do nothing extra
+	bsf		menu3_active                ; Set Flag
 customview_1sec_clock:                  ; Do nothing extra
 customview_1sec_lead_tiss:              ; Do nothing extra
 	return