Mercurial > public > mk2
diff code_part1/OSTC_code_asm_part1/sleepmode.asm @ 274:a728b4a1b660
Setpoint changes stored in profile, EAD and END displayed in divemode (Customview 7)
author | heinrichsweikamp |
---|---|
date | Sun, 17 Apr 2011 17:57:44 +0200 |
parents | f0cba9cff25c |
children | ceedf078b2d8 |
line wrap: on
line diff
--- a/code_part1/OSTC_code_asm_part1/sleepmode.asm Wed Apr 13 10:07:37 2011 +0200 +++ b/code_part1/OSTC_code_asm_part1/sleepmode.asm Sun Apr 17 17:57:44 2011 +0200 @@ -150,8 +150,6 @@ ; No button pressed bcf INTCON,INT0IF ; Clear flag bcf INTCON3,INT1IF ; Clear flag - bcf switch_right_isr - bcf switch_left_isr bcf switch_right bcf switch_left bcf T0CON,TMR0ON ; Stop Timer 0 @@ -159,8 +157,6 @@ onesec_sleep1a: ; At least one button pressed.... bcf INTCON,INT0IF ; Clear flag bcf INTCON3,INT1IF ; Clear flag - bcf switch_right_isr - bcf switch_left_isr bcf switch_right bcf switch_left bcf T0CON,TMR0ON ; Stop Timer 0