comparison code_part1/OSTC_code_asm_part1/surfmode.asm @ 70:8d8e753d72e3

1.72beta - small output fix in non-GF modes
author heinrichsweikamp
date Wed, 20 Oct 2010 19:43:11 +0200
parents cd5b650920f6
children b40a0a6284da
comparison
equal deleted inserted replaced
69:df2d3b28947f 70:8d8e753d72e3
132 call get_battery_voltage ; get battery voltage 132 call get_battery_voltage ; get battery voltage
133 call update_batt_voltage ; display battery voltage 133 call update_batt_voltage ; display battery voltage
134 call timeout_premenu ; timeout premenu 134 call timeout_premenu ; timeout premenu
135 call set_leds_surfmode ; Sets Warning and No-Fly LEDs 135 call set_leds_surfmode ; Sets Warning and No-Fly LEDs
136 call custom_functions_check_surfmode ; Checks CF functions and displays warning symbol if something critical is wrong 136 call custom_functions_check_surfmode ; Checks CF functions and displays warning symbol if something critical is wrong
137 ; call PLED_active_gas_surfmode ; Show start gas / SetPoint
138 call PLED_display_decotype_surface ; Show deco mode 137 call PLED_display_decotype_surface ; Show deco mode
139 btfsc enter_error_sleep ; Enter Fatal Error Routine? 138 btfsc enter_error_sleep ; Enter Fatal Error Routine?
140 call fatal_error_sleep ; Yes (In Sleepmode_vxx.asm!) 139 call fatal_error_sleep ; Yes (In Sleepmode_vxx.asm!)
141 bcf onesecupdate ; every second tasks done 140 bcf onesecupdate ; every second tasks done
142 141