Skip to content

Commit 082fd39

Browse files
committed
Merge NicoHood's fix for USB_SendControl with len>64
Fix #4325
2 parents d2e6d7f + bc8c4ef commit 082fd39

File tree

1 file changed

+1
-0
lines changed
  • hardware/arduino/avr/cores/arduino

1 file changed

+1
-0
lines changed

hardware/arduino/avr/cores/arduino/USBAPI.h

Lines changed: 1 addition & 0 deletions
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)