Mercurial > public > mk2
diff code_part1/OSTC_code_asm_part1/interface.asm @ 455:c512a868937c
last work for 2.0: Fixing 32kB boundary read for logbook
author | heinrichsweikamp |
---|---|
date | Tue, 30 Aug 2011 16:29:21 +0200 |
parents | ed26990716fe |
children | fbd5e2b75a63 |
line wrap: on
line diff
--- a/code_part1/OSTC_code_asm_part1/interface.asm Sun Aug 28 17:22:14 2011 +0200 +++ b/code_part1/OSTC_code_asm_part1/interface.asm Tue Aug 30 16:29:21 2011 +0200 @@ -146,7 +146,7 @@ movlw d'1' ; increase addwf eeprom_address+0,F movlw d'0' - addwfc eeprom_address+1,F + addwfc eeprom_address+1,F ;For debug only ;clrf eeprom_address+0,F