From dbc1de70e1824cf1a649d892db5746b86b34b4e7 Mon Sep 17 00:00:00 2001 From: Leo C Date: Wed, 12 Sep 2018 22:28:09 +0200 Subject: xx commands: measure cpu freq, test bus cycles --- avr/main.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'avr/main.c') 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) -- cgit v1.2.3