diff options
author | David Madison <dmadison@users.noreply.github.com> | 2019-02-19 12:50:10 -0500 |
---|---|---|
committer | David Madison <dmadison@users.noreply.github.com> | 2019-02-19 13:17:00 -0500 |
commit | 058af1724d130745167f670272630ed2811d1317 (patch) | |
tree | 421fb90dc6217fd621c84114ca8bf8830f4b9bab /cores | |
parent | 697a840e1b23a06f595bc2dbd75bcaacb9a1a8ad (diff) |
Change VID and PID in boards.txt
Better to set these where intended so they can be easily overridden if need be.
Diffstat (limited to 'cores')
-rw-r--r-- | cores/arduino/xinput/USB_XInput_Descriptors.h | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/cores/arduino/xinput/USB_XInput_Descriptors.h b/cores/arduino/xinput/USB_XInput_Descriptors.h index 21697fb..976fe56 100644 --- a/cores/arduino/xinput/USB_XInput_Descriptors.h +++ b/cores/arduino/xinput/USB_XInput_Descriptors.h @@ -48,12 +48,6 @@ extern const u8 STRING_SECURITY[] PROGMEM; #define XINPUT_TX_ENDPOINT 1 #define XINPUT_RX_ENDPOINT 2 -#undef USB_VID -#define USB_VID 0x045E - -#undef USB_PID -#define USB_PID 0x028E - #endif /* if defined(USBCON) */ #endif /* ifndef USB_XINPUT_DESCRIPTORS_H */ |