diff options
| author | Dean <Dean@d5102386-fcda-11dd-9fdb-3debd5008f28> | 2012-02-03 21:49:36 +0000 |
|---|---|---|
| committer | Dean <Dean@d5102386-fcda-11dd-9fdb-3debd5008f28> | 2012-02-03 21:49:36 +0000 |
| commit | fa6187aa8a49d5f3da6f02029a5b4f22df786742 (patch) | |
| tree | c917865541465ca160f78e4d8639424b507268d8 /Bootloaders/CDC/Descriptors.c | |
| parent | 7b9820e447e0cf8a55f3b5459922ebd1ada36926 (diff) | |
Add API support signature to the CDC and DFU class bootloaders, so that the application can detect the bootloader's API support.
git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@2022 d5102386-fcda-11dd-9fdb-3debd5008f28
Diffstat (limited to 'Bootloaders/CDC/Descriptors.c')
| -rw-r--r-- | Bootloaders/CDC/Descriptors.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Bootloaders/CDC/Descriptors.c b/Bootloaders/CDC/Descriptors.c index bf8c8195..18afdf8b 100644 --- a/Bootloaders/CDC/Descriptors.c +++ b/Bootloaders/CDC/Descriptors.c @@ -55,7 +55,7 @@ const USB_Descriptor_Device_t DeviceDescriptor = .VendorID = 0x03EB, .ProductID = 0x204A, - .ReleaseNumber = VERSION_BCD(00.01), + .ReleaseNumber = VERSION_BCD(01.00), .ManufacturerStrIndex = NO_DESCRIPTOR, .ProductStrIndex = 0x01, |
