Mercurial > public > mk2
comparison code_part1/OSTC_code_asm_part1/customview.asm @ 294:4e43476b5a63
Menu3 marker bugbix
author | Heinrichsweikamp |
---|---|
date | Tue, 26 Apr 2011 18:57:50 +0200 |
parents | 46d1012d096a |
children | b7e4e74c0e17 |
comparison
equal
deleted
inserted
replaced
292:21a0f7393468 | 294:4e43476b5a63 |
---|---|
82 customview_1sec_average: | 82 customview_1sec_average: |
83 call PLED_total_average_show2 ; Update the figures only | 83 call PLED_total_average_show2 ; Update the figures only |
84 return | 84 return |
85 | 85 |
86 customview_1sec_stopwatch: | 86 customview_1sec_stopwatch: |
87 bsf menu3_active ; Set Flag | |
87 call PLED_stopwatch_show2 ; Update figures only | 88 call PLED_stopwatch_show2 ; Update figures only |
88 return | 89 return |
89 | 90 |
90 customview_1sec_marker: ; Do nothing extra | 91 customview_1sec_marker: ; Do nothing extra |
92 bsf menu3_active ; Set Flag | |
91 customview_1sec_clock: ; Do nothing extra | 93 customview_1sec_clock: ; Do nothing extra |
92 customview_1sec_lead_tiss: ; Do nothing extra | 94 customview_1sec_lead_tiss: ; Do nothing extra |
93 return | 95 return |
94 | 96 |
95 customview_1sec_graphs: ; Do nothing extra | 97 customview_1sec_graphs: ; Do nothing extra |