comparison 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
comparison
equal deleted inserted replaced
293:e0083f259552 295:1a15d75702f7
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