Mercurial > public > hwos_code
diff src/isr.asm @ 236:e2ea74646127
configure hardware_flag byte
| author | heinrichsweikamp |
|---|---|
| date | Wed, 25 Feb 2015 22:19:30 +0100 |
| parents | 23311219dacc |
| children | 29acdb601548 |
line wrap: on
line diff
--- a/src/isr.asm Wed Feb 25 16:49:59 2015 +0100 +++ b/src/isr.asm Wed Feb 25 22:19:30 2015 +0100 @@ -279,7 +279,7 @@ movwf ir_S8_timeout ; Reload timeout banksel common - btfss rechargeable + btfss analog_o2_input bra isr_tmr7_1a ; Always with normal ostc3 hardware btfss s8_digital bra isr_tmr7_2 ; only when digital
