# HG changeset patch
# User Heinrichsweikamp
# Date 1303837070 -7200
# Node ID 4e43476b5a6354b4f25baf03200c3037f3f347f1
# Parent  21a0f7393468b8684155636c0e522f4df8522dc6
Menu3 marker bugbix

diff -r 21a0f7393468 -r 4e43476b5a63 code_part1/OSTC_code_asm_part1/customview.asm
--- 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