summaryrefslogtreecommitdiff
path: root/avr/main.c
diff options
context:
space:
mode:
authorLeo C.2024-06-22 10:22:12 +0200
committerLeo C.2024-06-22 10:22:12 +0200
commitaea51b6c4c93c56715f50e64d424e1181c6d0242 (patch)
treec1a61e6df6003810de060b5a6b1e6a24822a3755 /avr/main.c
parent76f079e76b11f63d0b48317dd3450ddbfab784d9 (diff)
downloadz180-stamp-aea51b6c4c93c56715f50e64d424e1181c6d0242.zip
rewrite of cmd_cpu/do_cpu_freq
Diffstat (limited to 'avr/main.c')
-rw-r--r--avr/main.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/avr/main.c b/avr/main.c
index 6fd29a8..09df64b 100644
--- a/avr/main.c
+++ b/avr/main.c
@@ -85,7 +85,6 @@ void print_reset_reason(void)
ISR(INT5_vect)
{
Stat |= S_MSG_PENDING;
- Stat |= S_IO_0X40;
}
ISR(INT6_vect)