]> cloudbase.mooo.com Git - z180-stamp.git/blobdiff - avr/main.c
xx commands: measure cpu freq, test bus cycles
[z180-stamp.git] / avr / main.c
index 0a49a1fb7cd901283be6eb9ba01f902cab73a440..486e15c3905f073e4290c01d5f45359976130e8c 100644 (file)
@@ -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)