diff options
author | David Madison <dmadison@users.noreply.github.com> | 2019-02-15 13:52:35 -0500 |
---|---|---|
committer | David Madison <dmadison@users.noreply.github.com> | 2019-02-15 13:52:35 -0500 |
commit | 3851c3dea620a672d266e798f2262f4709136fb7 (patch) | |
tree | a2a2e3ac1c6c23c9c66abd5d44689c3d11f5cd53 /cores | |
parent | 7c4611aff2e3199930cc9370294908c403218483 (diff) |
Disable Pluggable USB
Not compatible with XInput, which requires a static descriptor
Diffstat (limited to 'cores')
-rw-r--r-- | cores/arduino/USBDesc.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cores/arduino/USBDesc.h b/cores/arduino/USBDesc.h index c0dce07..cc00a21 100644 --- a/cores/arduino/USBDesc.h +++ b/cores/arduino/USBDesc.h @@ -16,7 +16,7 @@ SOFTWARE. */ -#define PLUGGABLE_USB_ENABLED +// #define PLUGGABLE_USB_ENABLED // Not compatible with XInput #if defined(EPRST6) #define USB_ENDPOINTS 7 // AtMegaxxU4 |