diff options
Diffstat (limited to 'Projects/Magstripe/Descriptors.c')
-rw-r--r-- | Projects/Magstripe/Descriptors.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Projects/Magstripe/Descriptors.c b/Projects/Magstripe/Descriptors.c index a041760c1..46ee69fee 100644 --- a/Projects/Magstripe/Descriptors.c +++ b/Projects/Magstripe/Descriptors.c @@ -89,7 +89,7 @@ USB_Descriptor_Device_t PROGMEM DeviceDescriptor = .VendorID = 0x03EB, .ProductID = 0x2042, - .ReleaseNumber = 0x0000, + .ReleaseNumber = VERSION_BCD(00.01), .ManufacturerStrIndex = 0x01, .ProductStrIndex = 0x02, |