diff options
author | Dean Camera <dean@fourwalledcubicle.com> | 2010-07-15 11:01:31 +0000 |
---|---|---|
committer | Dean Camera <dean@fourwalledcubicle.com> | 2010-07-15 11:01:31 +0000 |
commit | dfe50ff34970eda173cafbb3d636a5f7bedc87bd (patch) | |
tree | fa40f50761a29781d5d3b6e3b94a784a18a19bc2 /Projects/Benito | |
parent | 40631e9fe5f0782c1fbc3019904d1298ac365cd1 (diff) | |
download | lufa-dfe50ff34970eda173cafbb3d636a5f7bedc87bd.tar.gz lufa-dfe50ff34970eda173cafbb3d636a5f7bedc87bd.tar.bz2 lufa-dfe50ff34970eda173cafbb3d636a5f7bedc87bd.zip |
Added ability to set the serial baud rate via the user's terminal in the XPLAINBridge project.
Diffstat (limited to 'Projects/Benito')
-rw-r--r-- | Projects/Benito/Descriptors.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Projects/Benito/Descriptors.c b/Projects/Benito/Descriptors.c index ef026254b..3ca9dd9f4 100644 --- a/Projects/Benito/Descriptors.c +++ b/Projects/Benito/Descriptors.c @@ -118,7 +118,7 @@ USB_Descriptor_Configuration_t PROGMEM ConfigurationDescriptor = .Data = {0x06} }, - .CDC_Functional_Union= + .CDC_Functional_Union = { .Header = {.Size = sizeof(CDC_FUNCTIONAL_DESCRIPTOR(2)), .Type = 0x24}, .SubType = 0x06, |