diff options
author | Josh Rahm <joshuarahm@gmail.com> | 2024-11-14 11:24:36 -0700 |
---|---|---|
committer | Josh Rahm <joshuarahm@gmail.com> | 2024-11-14 11:24:36 -0700 |
commit | 63054d2fdf9a0ae3e9dcdd0d20eb8714671a010b (patch) | |
tree | 7b5ad325f9f0c66907394914bb2acdaaa4275a61 /src/init.c | |
parent | d1ebd3bd806f4b4e1f74703f682ca64994c79a28 (diff) | |
download | ch573-63054d2fdf9a0ae3e9dcdd0d20eb8714671a010b.tar.gz ch573-63054d2fdf9a0ae3e9dcdd0d20eb8714671a010b.tar.bz2 ch573-63054d2fdf9a0ae3e9dcdd0d20eb8714671a010b.zip |
Updates to how the ISR updates work.
Diffstat (limited to 'src/init.c')
-rw-r--r-- | src/init.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -16,6 +16,7 @@ default_irq_handler(void) weak, alias("default_irq_handler"), __section__(".isr_vector"))) \ irq(void) +WEAK_IRQ(irq_on_reset); WEAK_IRQ(irq_on_nmi); WEAK_IRQ(irq_on_exc); WEAK_IRQ(irq_on_systick); |