Mercurial > public > mk2
changeset 295:1a15d75702f7
Menu3 marker bugfix
author | Heinrichsweikamp |
---|---|
date | Thu, 28 Apr 2011 18:14:02 +0200 |
parents | e0083f259552 |
children | 2986e7cdb68c |
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 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