remove device CDC debug

This commit is contained in:
2025-08-17 17:18:27 -04:00
parent 8a8ec23d87
commit 5b3a5beb32
6 changed files with 15 additions and 13 deletions
+3 -3
View File
@@ -27,7 +27,7 @@ int main(void) {
usb_host_init();
// init and run usb device
usb_device_init();
//usb_device_init();
while (true) {
switch ( get_host_state() ) {
@@ -64,8 +64,8 @@ int main(void) {
break;
}
tuh_task(); // tinyusb host task
tud_task(); // tinyusb device task
tud_cdc_write_flush();
//tud_task(); // tinyusb device task
//tud_cdc_write_flush();
}
return 0;