add some more, need a lot of tests

This commit is contained in:
Edward Emelianov
2023-02-20 21:07:47 +03:00
parent 61c2d0ce41
commit f880421d9e
16 changed files with 1034 additions and 241 deletions

View File

@@ -171,6 +171,7 @@ void USB_proc(){
}
break;
default: // USB_STATE_CONNECTED - send next data portion
if(!usbON) return;
// if(!usbON) return; // WTF?
break;
}
}