Mcux lpuart async fixes #154322
Annotations
1 error, 1 warning, and 1 notice
Run Compliance Tests
Process completed with exit code 1.
|
check-warns:
ClangFormat.txt#L1
See https://docs.zephyrproject.org/latest/contribute/guidelines.html#clang-format for more details.
You may want to run clang-format on this change:
- kLPUART_FramingErrorFlag |
- kLPUART_NoiseErrorFlag);
+ kLPUART_FramingErrorFlag |
+ kLPUART_NoiseErrorFlag);
File:drivers/serial/uart_mcux_lpuart.c
Line:861
|
Run Compliance Tests:
drivers/serial/uart_mcux_lpuart.c#L861
drivers/serial/uart_mcux_lpuart.c:861
- kLPUART_FramingErrorFlag |
- kLPUART_NoiseErrorFlag);
+ kLPUART_FramingErrorFlag |
+ kLPUART_NoiseErrorFlag);
|
Loading