Skip to content

Commit 3b40760

Browse files
alxreykartben
authored andcommitted
soc: mcxn: formatting
Run clang-format on soc/nxp/mcx/mcxn/soc.c. Signed-off-by: Alexandre Rey <[email protected]>
1 parent 11d3279 commit 3b40760

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

soc/nxp/mcx/mcxn/soc.c

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,9 +26,9 @@ void soc_reset_hook(void)
2626

2727
#endif
2828

29-
#define FLEXCOMM_CHECK_2(n) \
30-
BUILD_ASSERT((DT_NODE_HAS_COMPAT(n, nxp_lpuart) == 0) && \
31-
(DT_NODE_HAS_COMPAT(n, nxp_lpi2c) == 0), \
29+
#define FLEXCOMM_CHECK_2(n) \
30+
BUILD_ASSERT((DT_NODE_HAS_COMPAT(n, nxp_lpuart) == 0) && \
31+
(DT_NODE_HAS_COMPAT(n, nxp_lpi2c) == 0), \
3232
"Do not enable SPI and UART/I2C on the same Flexcomm node");
3333

3434
/* For SPI node enabled, check if UART or I2C is also enabled on the same parent Flexcomm node */

0 commit comments

Comments
 (0)