changeset 294:4e43476b5a63

Menu3 marker bugbix
author Heinrichsweikamp
date Tue, 26 Apr 2011 18:57:50 +0200
parents 21a0f7393468
children
files code_part1/OSTC_code_asm_part1/customview.asm
diffstat 1 files changed, 2 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/code_part1/OSTC_code_asm_part1/customview.asm	Mon Apr 25 19:42:44 2011 +0200
+++ b/code_part1/OSTC_code_asm_part1/customview.asm	Tue Apr 26 18:57:50 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