Added ability to set the serial baud rate via the user's terminal in the XPLAINBridge project.
This commit is contained in:
parent
40631e9fe5
commit
dfe50ff349
9 changed files with 40 additions and 15 deletions
|
@ -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,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue