From 9cd14efb76a4ddbcd013f44d50dc1ff93d56c4ca Mon Sep 17 00:00:00 2001 From: Thomas Albers Raviola Date: Mon, 2 Dec 2024 21:43:04 +0100 Subject: Move bootloader to payload --- asm/isr.asm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'asm/isr.asm') diff --git a/asm/isr.asm b/asm/isr.asm index ad810e5..4a160a0 100644 --- a/asm/isr.asm +++ b/asm/isr.asm @@ -4,7 +4,7 @@ _ctc0_isr_ptr:: .dw #0 _ctc1_isr_ptr:: - .dw #_ctc1_isr + .dw #0 _ctc2_isr_ptr:: .dw #_timer _ctc3_isr_ptr:: @@ -14,4 +14,4 @@ _port_a_isr_ptr:: _port_b_isr_ptr:: .dw #_input_event _rx_isr_ptr:: - .dw #_rx_isr + .dw #0 -- cgit v1.2.3