Skip to content

Commit c96d9bc

Browse files
committed
Merge NicoHood's fix for USB_SendControl with len>64
Fix #4325
2 parents 2369610 + 87b4f72 commit c96d9bc

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

cores/arduino/USBAPI.h

+1
Original file line numberDiff line numberDiff line change
@@ -193,6 +193,7 @@ bool CDC_Setup(USBSetup& setup);
193193

194194
int USB_SendControl(uint8_t flags, const void* d, int len);
195195
int USB_RecvControl(void* d, int len);
196+
int USB_RecvControlLong(void* d, int len);
196197

197198
uint8_t USB_Available(uint8_t ep);
198199
uint8_t USB_SendSpace(uint8_t ep);

0 commit comments

Comments
 (0)