summaryrefslogtreecommitdiff
path: root/avr/main.c
diff options
context:
space:
mode:
authorLeo C2018-09-12 22:28:09 +0200
committerLeo C2018-09-12 22:28:09 +0200
commitdbc1de70e1824cf1a649d892db5746b86b34b4e7 (patch)
tree457c0cee943a99190b30d1ac4425ff26b58d9c46 /avr/main.c
parent3ec6fa484bee040cbea17142b80ef075867b6385 (diff)
downloadz180-stamp-dbc1de70e1824cf1a649d892db5746b86b34b4e7.zip
xx commands: measure cpu freq, test bus cycles
Diffstat (limited to 'avr/main.c')
-rw-r--r--avr/main.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/avr/main.c b/avr/main.c
index 0a49a1f..486e15c 100644
--- a/avr/main.c
+++ b/avr/main.c
@@ -84,7 +84,7 @@ void print_reset_reason(void)
ISR(INT5_vect)
{
- Stat |= S_MSG_PENDING;
+ Stat |= S_MSG_PENDING + S_IO_0X40;
}
ISR(INT6_vect)