soc: mcxn: formatting
Run clang-format on soc/nxp/mcx/mcxn/soc.c. Signed-off-by: Alexandre Rey <alexandre.rey@swisstiming.com>
This commit is contained in:
parent
11d3279e53
commit
3b407609b4
1 changed files with 3 additions and 3 deletions
|
@ -26,9 +26,9 @@ void soc_reset_hook(void)
|
|||
|
||||
#endif
|
||||
|
||||
#define FLEXCOMM_CHECK_2(n) \
|
||||
BUILD_ASSERT((DT_NODE_HAS_COMPAT(n, nxp_lpuart) == 0) && \
|
||||
(DT_NODE_HAS_COMPAT(n, nxp_lpi2c) == 0), \
|
||||
#define FLEXCOMM_CHECK_2(n) \
|
||||
BUILD_ASSERT((DT_NODE_HAS_COMPAT(n, nxp_lpuart) == 0) && \
|
||||
(DT_NODE_HAS_COMPAT(n, nxp_lpi2c) == 0), \
|
||||
"Do not enable SPI and UART/I2C on the same Flexcomm node");
|
||||
|
||||
/* For SPI node enabled, check if UART or I2C is also enabled on the same parent Flexcomm node */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue