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:
Alexandre Rey 2025-05-14 08:05:55 +02:00 committed by Benjamin Cabé
commit 3b407609b4

View file

@ -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 */