Mercurial > public > mk2
diff 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 |
line wrap: on
line diff
--- a/code_part1/OSTC_code_asm_part1/surfmode.asm Sat Dec 11 12:34:30 2010 +0100 +++ b/code_part1/OSTC_code_asm_part1/surfmode.asm Sat Dec 11 13:54:37 2010 +0100 @@ -133,6 +133,7 @@ call update_batt_voltage ; display battery voltage call timeout_premenu ; timeout premenu call set_leds_surfmode ; Sets Warning and No-Fly LEDs + call check_customfunctions ; Checks CF functions and displays warning symbol if something critical is wrong call PLED_display_decotype_surface ; Show deco mode btfsc enter_error_sleep ; Enter Fatal Error Routine? call fatal_error_sleep ; Yes (In Sleepmode.asm!)