drivers: uart_nxp_s32_linflexed: update to RTD 1.0.0
Set default configuration BaudRateDivisor = 16U. Signed-off-by: Cong Nguyen Huu <cong.nguyenhuu@nxp.com>
This commit is contained in:
parent
da35f117a4
commit
2a932ccab1
|
@ -347,6 +347,7 @@ static const struct uart_driver_api uart_nxp_s32_driver_api = {
|
|||
{ \
|
||||
.BaudRate = 115200, \
|
||||
.BaudRateMantissa = 26U, \
|
||||
.BaudRateDivisor = 16U, \
|
||||
.BaudRateFractionalDivisor = 1U, \
|
||||
.ParityCheck = false, \
|
||||
.ParityType = LINFLEXD_UART_IP_PARITY_EVEN, \
|
||||
|
|
Loading…
Reference in a new issue