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