Mercurial > public > mk2
comparison code_part1/OSTC_code_asm_part1/surfmode.asm @ 16:01510acaeb11
1.54 rc2
author | heinrichsweikamp |
---|---|
date | Sun, 28 Mar 2010 20:43:54 +0200 |
parents | 3b30cd739782 |
children | 73014f788032 |
comparison
equal
deleted
inserted
replaced
15:6d1177291d38 | 16:01510acaeb11 |
---|---|
134 call set_leds_surfmode ; Sets Warning and No-Fly LEDs | 134 call set_leds_surfmode ; Sets Warning and No-Fly LEDs |
135 call custom_functions_check_surfmode ; Checks CF functions and displays warning symbol if something critical is wrong | 135 call custom_functions_check_surfmode ; Checks CF functions and displays warning symbol if something critical is wrong |
136 ; call PLED_active_gas_surfmode ; Show start gas / SetPoint | 136 ; call PLED_active_gas_surfmode ; Show start gas / SetPoint |
137 call PLED_display_decotype_surface ; Show deco mode | 137 call PLED_display_decotype_surface ; Show deco mode |
138 btfsc enter_error_sleep ; Enter Fatal Error Routine? | 138 btfsc enter_error_sleep ; Enter Fatal Error Routine? |
139 goto fatal_error_sleep ; Yes (In Sleepmode_vxx.asm!) | 139 call fatal_error_sleep ; Yes (In Sleepmode_vxx.asm!) |
140 bcf onesecupdate ; every second tasks done | 140 bcf onesecupdate ; every second tasks done |
141 | 141 |
142 surfloop_loop2: | 142 surfloop_loop2: |
143 ; Tasks approx. every 50ms for all modes | 143 ; Tasks approx. every 50ms for all modes |
144 call test_switches_surfmode ; check switches | 144 call test_switches_surfmode ; check switches |