diff options
author | Dean Camera <dean@fourwalledcubicle.com> | 2010-09-28 14:30:26 +0000 |
---|---|---|
committer | Dean Camera <dean@fourwalledcubicle.com> | 2010-09-28 14:30:26 +0000 |
commit | 25d896a507d1895676dca19049a58ffc85384a0e (patch) | |
tree | 456c72b6a1dd3f23ddb60d0d1eaf5a36e807514f /Bootloaders/CDC | |
parent | b2a30cd48a0621b360d23dd430c646d22e943d09 (diff) | |
download | lufa-25d896a507d1895676dca19049a58ffc85384a0e.tar.gz lufa-25d896a507d1895676dca19049a58ffc85384a0e.tar.bz2 lufa-25d896a507d1895676dca19049a58ffc85384a0e.zip |
Added board hardware driver support for the Arduino Uno development board.
Fixed incorrect LEDs_ChangeLEDs() function in the Benito board LED driver.
Diffstat (limited to 'Bootloaders/CDC')
-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 b86b2130e..dfedb0304 100644 --- a/Bootloaders/CDC/Descriptors.c +++ b/Bootloaders/CDC/Descriptors.c @@ -55,7 +55,7 @@ USB_Descriptor_Device_t DeviceDescriptor = .VendorID = 0x03EB, .ProductID = 0x204A, - .ReleaseNumber = 0x0002, + .ReleaseNumber = 0x0001, .ManufacturerStrIndex = NO_DESCRIPTOR, .ProductStrIndex = 0x01, |