aboutsummaryrefslogtreecommitdiff
path: root/cores/arduino/USBAPI.h
diff options
context:
space:
mode:
authorDavid Madison <dmadison@users.noreply.github.com>2019-02-21 10:55:11 -0500
committerDavid Madison <dmadison@users.noreply.github.com>2019-02-21 10:55:11 -0500
commita7b370bf9657dccc9038d6611ea289d996b53621 (patch)
tree81f1da6f60feccfe5e63a36d8f7c31da39745ead /cores/arduino/USBAPI.h
parent058af1724d130745167f670272630ed2811d1317 (diff)
Add XInput USB API
Diffstat (limited to 'cores/arduino/USBAPI.h')
-rw-r--r--cores/arduino/USBAPI.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/cores/arduino/USBAPI.h b/cores/arduino/USBAPI.h
index 86713dd..0f7d171 100644
--- a/cores/arduino/USBAPI.h
+++ b/cores/arduino/USBAPI.h
@@ -180,6 +180,8 @@ int USB_Recv(uint8_t ep, void* data, int len); // non-blocking
int USB_Recv(uint8_t ep); // non-blocking
void USB_Flush(uint8_t ep);
+#include "xinput/USB_XInput_API.h"
+
#endif
#endif /* if defined(USBCON) */