Mercurial > public > mk2
changeset 756:a98365da41d3
BUGFIX: FTTS>9min in OSTC 2C hardware
author | heinrichsweikamp |
---|---|
date | Wed, 30 Oct 2013 14:46:26 +0100 |
parents | 6724df41d4f1 |
children | 50ed645c251d |
files | code_part1/OSTC_code_asm_part1/changelog.txt code_part1/OSTC_code_asm_part1/outputs.asm |
diffstat | 2 files changed, 4 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/code_part1/OSTC_code_asm_part1/changelog.txt Tue Oct 22 10:16:54 2013 +0200 +++ b/code_part1/OSTC_code_asm_part1/changelog.txt Wed Oct 30 14:46:26 2013 +0100 @@ -3,6 +3,7 @@ BUGFIX: remove ghost image (On 2C only) during first second in sleep mode CHANGE: Remove CF55 from decolist TODO: show gas change stops different from decostops +BUGFIX: FTTS>9min in OSTC 2C hardware New in 2.73: BETA Version - Do NOT use for diving
--- a/code_part1/OSTC_code_asm_part1/outputs.asm Tue Oct 22 10:16:54 2013 +0200 +++ b/code_part1/OSTC_code_asm_part1/outputs.asm Wed Oct 30 14:46:26 2013 +0100 @@ -3629,7 +3629,9 @@ bsf leftbind output_16 bcf leftbind - STRCAT_PRINT "' " ; From "none" to "1'" we need 2 trailing spaces + STRCAT "' " ; From "none" to "1'" we need 2 trailing spaces + movff WREG,letter+3 ; limit to four chars + STRCAT_PRINT "" return DISP_show_@5_nodeco: