From: ceb Date: Tue, 4 Jan 2005 22:34:35 +0000 (+0000) Subject: ditto X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ijackson/git?a=commitdiff_plain;h=5f473062984294053daa8a19a15dad4d3fa51eaf;p=trains.git ditto --- diff --git a/cebpic/nmra-stream.asm b/cebpic/nmra-stream.asm index 4e0175a..c799e8c 100644 --- a/cebpic/nmra-stream.asm +++ b/cebpic/nmra-stream.asm @@ -226,7 +226,7 @@ fromserial_overflow timer0_interrupt bcf INTCON,2,0 ; clear interrupt-set bit - movlw 0x00 ; (testing) + movlw 0x01 ; (testing) ; movlw 0x6E ; (not-testing) movwf W,TMR0L ; set timer0 to 0x6E (so interrupt takes 58us) diff --git a/detpic/nmra-stream.asm b/detpic/nmra-stream.asm index 4e0175a..c799e8c 100644 --- a/detpic/nmra-stream.asm +++ b/detpic/nmra-stream.asm @@ -226,7 +226,7 @@ fromserial_overflow timer0_interrupt bcf INTCON,2,0 ; clear interrupt-set bit - movlw 0x00 ; (testing) + movlw 0x01 ; (testing) ; movlw 0x6E ; (not-testing) movwf W,TMR0L ; set timer0 to 0x6E (so interrupt takes 58us)