fix error

This commit is contained in:
2025-05-25 17:25:06 +03:00
parent e0c91cd704
commit f47b5b5fd5

View File

@@ -221,7 +221,7 @@ static int8_t TEMPLATE_Receive(uint8_t *Buf, uint32_t *Len)
UNUSED(Buf);
UNUSED(Len);
TEMPLATE_ReceiveUserspace(*Buf, *Len);
TEMPLATE_ReceiveUserspace(Buf, Len);
USBD_CDC_ReceivePacket(&hUsbDeviceFS);
return (USBD_OK);