Touch emulation from usb cdc (#1706)

This commit is contained in:
Totoo
2024-01-03 14:06:29 +01:00
committed by GitHub
parent fbe7954f2e
commit 58bf60695d
9 changed files with 52 additions and 4 deletions
+1 -1
View File
@@ -32,7 +32,7 @@ void USBSerial::dispatch() {
if (shell_created == false) {
shell_created = true;
create_shell();
create_shell(_eventDispatcher);
}
bulk_out_receive();