diff options
| author | Dean <Dean@d5102386-fcda-11dd-9fdb-3debd5008f28> | 2010-07-15 11:01:31 +0000 |
|---|---|---|
| committer | Dean <Dean@d5102386-fcda-11dd-9fdb-3debd5008f28> | 2010-07-15 11:01:31 +0000 |
| commit | fafe59ee089f579e66e6e740b791120fcba265d1 (patch) | |
| tree | fa40f50761a29781d5d3b6e3b94a784a18a19bc2 /Projects/XPLAINBridge/USARTDescriptors.c | |
| parent | 79ee5516459e285d3512648a262a289ddcac2056 (diff) | |
Added ability to set the serial baud rate via the user's terminal in the XPLAINBridge project.
git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@1390 d5102386-fcda-11dd-9fdb-3debd5008f28
Diffstat (limited to 'Projects/XPLAINBridge/USARTDescriptors.c')
| -rw-r--r-- | Projects/XPLAINBridge/USARTDescriptors.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Projects/XPLAINBridge/USARTDescriptors.c b/Projects/XPLAINBridge/USARTDescriptors.c index 8acbacd2..159f3860 100644 --- a/Projects/XPLAINBridge/USARTDescriptors.c +++ b/Projects/XPLAINBridge/USARTDescriptors.c @@ -130,7 +130,7 @@ USART_USB_Descriptor_Configuration_t PROGMEM USART_ConfigurationDescriptor = .Data = {0x06} }, - .CDC_Functional_Union= + .CDC_Functional_Union = { .Header = {.Size = sizeof(CDC_FUNCTIONAL_DESCRIPTOR(2)), .Type = 0x24}, .SubType = 0x06, |
