Mercurial > public > hwos_code
diff src/ghostwriter.asm @ 279:62c7af4795b0
bugfix wrong profile length in header
author | heinrichsweikamp |
---|---|
date | Tue, 26 May 2015 12:38:17 +0200 |
parents | dfac47ac2e1d |
children | 9175429bdeba |
line wrap: on
line diff
--- a/src/ghostwriter.asm Mon May 18 21:25:56 2015 +0200 +++ b/src/ghostwriter.asm Tue May 26 12:38:17 2015 +0200 @@ -891,11 +891,11 @@ ; - fixes an issue when we are at exactly 0xXXX000 here... movlw 0xFF - rcall ghostwrite_byte_profile ; WREG -> Profile in ext. flash + call write_byte_ext_flash_plus_nocnt ; WREG -> Profile in ext. flash (No ext_flash_dive_counter:3 increase) movlw 0xFF - rcall ghostwrite_byte_profile ; WREG -> Profile in ext. flash + call write_byte_ext_flash_plus_nocnt ; WREG -> Profile in ext. flash (No ext_flash_dive_counter:3 increase) movlw 0xFF - rcall ghostwrite_byte_profile ; WREG -> Profile in ext. flash + call write_byte_ext_flash_plus_nocnt ; WREG -> Profile in ext. flash (No ext_flash_dive_counter:3 increase) movf samplingrate,W ; Sampling rate btfsc FLAG_apnoe_mode ; Apnoe mode?