style(class): remove device warning logs for memory

Signed-off-by: sakumisu <1203593632@qq.com>
This commit is contained in:
sakumisu
2026-02-03 21:04:14 +08:00
parent 0cac0ab34c
commit 08d1ce4ab5
7 changed files with 0 additions and 40 deletions

View File

@@ -89,7 +89,6 @@ static int msc_storage_class_interface_request_handler(uint8_t busid, struct usb
break;
default:
USB_LOG_WRN("Unhandled MSC Class bRequest 0x%02x\r\n", setup->bRequest);
return -1;
}