diff options
author | David Madison <dmadison@users.noreply.github.com> | 2019-02-17 14:18:23 -0500 |
---|---|---|
committer | David Madison <dmadison@users.noreply.github.com> | 2019-02-19 13:16:56 -0500 |
commit | 60b8a6df837a31bc9783cf34a98bcda9917b7ba6 (patch) | |
tree | 00e1b9c1f75c1c98ec03eb77e4062f45f2269acd /cores/arduino/USBAPI.h | |
parent | 3364c6f736a77e60f26273af0bb021f4507dd1b9 (diff) |
Add XInput device and config descriptors
Diffstat (limited to 'cores/arduino/USBAPI.h')
-rw-r--r-- | cores/arduino/USBAPI.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/cores/arduino/USBAPI.h b/cores/arduino/USBAPI.h index 04e3dd9..86713dd 100644 --- a/cores/arduino/USBAPI.h +++ b/cores/arduino/USBAPI.h @@ -42,6 +42,7 @@ typedef unsigned long u32; #include "USBDesc.h" #include "USBCore.h" +#include "xinput/USB_XInput_Descriptors.h" //================================================================================ //================================================================================ |