From 3b407609b4a36790c58b039a087d841589c622c3 Mon Sep 17 00:00:00 2001 From: Alexandre Rey Date: Wed, 14 May 2025 08:05:55 +0200 Subject: [PATCH] soc: mcxn: formatting Run clang-format on soc/nxp/mcx/mcxn/soc.c. Signed-off-by: Alexandre Rey --- soc/nxp/mcx/mcxn/soc.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/soc/nxp/mcx/mcxn/soc.c b/soc/nxp/mcx/mcxn/soc.c index e34f64fcfa9..91156e1c2f2 100644 --- a/soc/nxp/mcx/mcxn/soc.c +++ b/soc/nxp/mcx/mcxn/soc.c @@ -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 */