mirror of
https://github.com/STMicroelectronics/stm32-mw-usb-device.git
synced 2026-02-08 20:18:07 -05:00
fix error
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user