We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8538384 commit 911bf03Copy full SHA for 911bf03
uart-bridge.c
@@ -30,7 +30,7 @@
30
#define DEF_DATA_BITS 8
31
32
static cdc_line_coding_t CDC_LC = {
33
- .bit_rate = DEF_STOP_BITS,
+ .bit_rate = DEF_BIT_RATE,
34
.stop_bits = DEF_STOP_BITS,
35
.parity = DEF_PARITY,
36
.data_bits = DEF_DATA_BITS,
0 commit comments