Skip to content

Commit

Permalink
uart-bridge: use DEF_BIT_RATE for CDC LC
Browse files Browse the repository at this point in the history
Signed-off-by: Álvaro Fernández Rojas <[email protected]>
  • Loading branch information
Noltari committed Feb 4, 2021
1 parent 8538384 commit 911bf03
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion uart-bridge.c
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
#define DEF_DATA_BITS 8

static cdc_line_coding_t CDC_LC = {
.bit_rate = DEF_STOP_BITS,
.bit_rate = DEF_BIT_RATE,
.stop_bits = DEF_STOP_BITS,
.parity = DEF_PARITY,
.data_bits = DEF_DATA_BITS,
Expand Down

0 comments on commit 911bf03

Please sign in to comment.