From 2c6f333966745e7bf59cfa97374604757318f3a7 Mon Sep 17 00:00:00 2001 From: Byron Lathi Date: Sat, 16 Apr 2022 14:02:43 -0500 Subject: [PATCH] Remove unused char c --- sw/irq.c | 1 - 1 file changed, 1 deletion(-) diff --git a/sw/irq.c b/sw/irq.c index f1baddc..313ea7d 100644 --- a/sw/irq.c +++ b/sw/irq.c @@ -10,7 +10,6 @@ char lastchar; void handle_irq() { uint8_t status; - char c; status = irq_get_status();