From 87b4f726a7a996056989ff6fd02280f94ac3cb90 Mon Sep 17 00:00:00 2001 From: NicoHood Date: Sat, 19 Dec 2015 01:49:54 +0100 Subject: Added Long USB RecvControl call for >64 bytes --- cores/arduino/USBAPI.h | 1 + 1 file changed, 1 insertion(+) (limited to 'cores/arduino/USBAPI.h') diff --git a/cores/arduino/USBAPI.h b/cores/arduino/USBAPI.h index f22ab6a..358444e 100644 --- a/cores/arduino/USBAPI.h +++ b/cores/arduino/USBAPI.h @@ -193,6 +193,7 @@ bool CDC_Setup(USBSetup& setup); int USB_SendControl(uint8_t flags, const void* d, int len); int USB_RecvControl(void* d, int len); +int USB_RecvControlLong(void* d, int len); uint8_t USB_Available(uint8_t ep); uint8_t USB_SendSpace(uint8_t ep); -- cgit v1.2.3-18-g5258