Commit 56b09c

2026-03-29 16:06:36 Bob Green: -/-
programming/handling interrupts.md ..
@@ 25,9 25,7 @@
static unsigned int ticks = 0;
- void twiddle_thumbs(void);
-
- void ISR isr(void) {
+ ISR isr(void) {
ticks++;
*pit_tsr = 1;
0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9