We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 14f191e commit 971b3bbCopy full SHA for 971b3bb
cores/arduino/xinput/USB_XInput_API.h
@@ -38,8 +38,8 @@ class XInputUSB {
38
// API
39
static bool connected(void);
40
static int available(void);
41
- static int recv(void *buffer, uint8_t nbytes);
42
static int send(const void *buffer, uint8_t nbytes);
+ static int recv(void *buffer, uint8_t nbytes);
43
static void setRecvCallback(void(*callback)(void));
44
45
// Non-API Data
0 commit comments