diff options
Diffstat (limited to 'firmware/usbconfig.h')
-rw-r--r-- | firmware/usbconfig.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/firmware/usbconfig.h b/firmware/usbconfig.h index f093a28..55707cb 100644 --- a/firmware/usbconfig.h +++ b/firmware/usbconfig.h @@ -177,19 +177,19 @@ /* -------------------------- Device Description --------------------------- */ -#define USB_CFG_VENDOR_ID 0xD0, 0x16 /* = 0x16d0 */ +#define USB_CFG_VENDOR_ID 0xD0, 0x16 /* = 0x16d0 */ /* USB vendor ID for the device, low byte first. If you have registered your * own Vendor ID, define it here. Otherwise you may use one of obdev's free * shared VID/PID pairs. Be sure to read USB-IDs-for-free.txt for rules! */ -#define USB_CFG_DEVICE_ID 0x53, 0x07 /* = 0x0753 = Digistump */ +#define USB_CFG_DEVICE_ID 0x53, 0x07 /* = 0x0753 = Digistump */ /* This is the ID of the product, low byte first. It is interpreted in the * scope of the vendor ID. If you have registered your own VID with usb.org * or if you have licensed a PID from somebody else, define it here. Otherwise * you may use one of obdev's free shared VID/PID pairs. See the file * USB-IDs-for-free.txt for details! */ -#define USB_CFG_DEVICE_VERSION UBOOT_VERSION, 0x01 +#define USB_CFG_DEVICE_VERSION MICRONUCLEUS_VERSION_MINOR, MICRONUCLEUS_VERSION_MAJOR /* Version number of the device: Minor number first, then major number. */ // electric arrow - not compliant with obdev's rules but we'll have our own vid-pid soon |