reset VIA after timeout

This commit is contained in:
nino-porcino 2022-06-03 09:57:34 +02:00
parent 236b956aec
commit f2b530f048
1 changed files with 1 additions and 0 deletions

View File

@ -436,6 +436,7 @@ void console() {
if(TIMEOUT) {
woz_puts("?I/O ERROR");
TIMEOUT = 0;
VIA_init();
}
}
}