AP_IOMCU: fixed stop bits in sbus output
This commit is contained in:
parent
e3a01c661f
commit
3d90ddc453
@ -29,7 +29,7 @@ extern const AP_HAL::HAL& hal;
|
||||
static const SerialConfig uart3_cfg = {
|
||||
100000, // speed
|
||||
USART_CR1_PCE | USART_CR1_M, // cr1, enable even parity
|
||||
0, // cr2
|
||||
USART_CR2_STOP_1, // cr2, two stop bits
|
||||
0, // cr3
|
||||
nullptr, // irq_cb
|
||||
nullptr, // ctx
|
||||
|
Loading…
Reference in New Issue
Block a user