Mercurial > public > mk2
comparison code_part1/OSTC_code_asm_part1/surfmode.asm @ 94:ce3283064cde
Check all CF in surfacemode, pop warning is oobounds
author | JeanDo |
---|---|
date | Sat, 11 Dec 2010 13:54:37 +0100 |
parents | b40a0a6284da |
children | db4a20b413df |
comparison
equal
deleted
inserted
replaced
93:6ee3a42fd006 | 94:ce3283064cde |
---|---|
131 call timeout_surfmode ; check timeout | 131 call timeout_surfmode ; check timeout |
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 check_customfunctions ; Checks CF functions and displays warning symbol if something critical is wrong | |
136 call PLED_display_decotype_surface ; Show deco mode | 137 call PLED_display_decotype_surface ; Show deco mode |
137 btfsc enter_error_sleep ; Enter Fatal Error Routine? | 138 btfsc enter_error_sleep ; Enter Fatal Error Routine? |
138 call fatal_error_sleep ; Yes (In Sleepmode.asm!) | 139 call fatal_error_sleep ; Yes (In Sleepmode.asm!) |
139 bcf onesecupdate ; every second tasks done | 140 bcf onesecupdate ; every second tasks done |
140 | 141 |