Mercurial > public > mk2
diff code_part1/OSTC_code_asm_part1/simulator.asm @ 537:3091628b2742
BUGFIX: Spurious logbook read issue
author | heinrichsweikamp |
---|---|
date | Sun, 08 Jan 2012 12:44:51 +0100 |
parents | 154b1d1c489e |
children | cbdcbbc91877 |
line wrap: on
line diff
--- a/code_part1/OSTC_code_asm_part1/simulator.asm Wed Dec 21 12:06:27 2011 +0100 +++ b/code_part1/OSTC_code_asm_part1/simulator.asm Sun Jan 08 12:44:51 2012 +0100 @@ -373,6 +373,7 @@ bsf no_sensor_int ; Disable sensor interrupt clrf T3CON ; Disable timer3 counter, clrf TMR3L ; so the simu won't stop right away. + nop clrf TMR3H call diveloop_boot ; configure gases, etc.