From d7c19e45fc10df1fb289fd8e0f4a9aab008b2388 Mon Sep 17 00:00:00 2001 From: ian Date: Sun, 17 Sep 2006 18:17:02 +0000 Subject: [PATCH] ignore PIR3, since we may want to use PIC18F4550 --- detpic/morse.messages | 4 ++-- detpic/program.asm | 2 -- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/detpic/morse.messages b/detpic/morse.messages index d9eeb0e..e317f0c 100644 --- a/detpic/morse.messages +++ b/detpic/morse.messages @@ -51,8 +51,8 @@ MR mascan:b,mascan:cslot ; reversers set byte with zz bit set MD ; i2cmu_done ! # Problematic interrupts -IH INTCON,INTCON3,PIR1,PIR2,PIR3 ; Interrupt source not found (high pri.) -IL INTCON,INTCON3,PIR1,PIR2,PIR3 ; Interrupt source not found (low pri.) +IH INTCON,INTCON3,PIR1,PIR2 ; Interrupt source not found (high pri.) +IL INTCON,INTCON3,PIR1,PIR2 ; Interrupt source not found (low pri.) # W - watchdog WX ; bad watchdog command diff --git a/detpic/program.asm b/detpic/program.asm index 48ae077..2a87efe 100644 --- a/detpic/program.asm +++ b/detpic/program.asm @@ -85,7 +85,6 @@ master_interrupt_low @ Df INTCON3 Df PIR1 Df PIR2 - Df PIR3 Dl 0x8d call tick_intrl call nmra_serialrx_intrl @@ -100,7 +99,6 @@ master_interrupt_low @ Df INTCON3 Df PIR1 Df PIR2 - Df PIR3 Dl 0x8f panic morse_IL -- 2.30.2