Mercurial > public > mk2
diff code_part1/OSTC_code_asm_part1/menu_logbook.asm @ 44:475a9e536d77
1.63beta release
author | heinrichsweikamp |
---|---|
date | Thu, 01 Jul 2010 17:45:01 +0200 |
parents | da553e5c7a90 |
children | 6a94f96e9cea |
line wrap: on
line diff
--- a/code_part1/OSTC_code_asm_part1/menu_logbook.asm Thu Jun 24 22:12:32 2010 +0200 +++ b/code_part1/OSTC_code_asm_part1/menu_logbook.asm Thu Jul 01 17:45:01 2010 +0200 @@ -564,8 +564,8 @@ movlw d'75' addwf xC+0,F ; add 75 pixel offset to result -btfsc STATUS,C ; Ignore potential profile errors -movff apnoe_mins,xC+0 + btfsc STATUS,C ; Ignore potential profile errors + movff apnoe_mins,xC+0 call profile_display_fill ; In this column between this row (xC+0) and the last row (apnoe_mins) movff xC+0,apnoe_mins ; Store last row for fill routine