We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 11d3279 commit 3b40760Copy full SHA for 3b40760
soc/nxp/mcx/mcxn/soc.c
@@ -26,9 +26,9 @@ void soc_reset_hook(void)
26
27
#endif
28
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), \
+#define FLEXCOMM_CHECK_2(n) \
+ BUILD_ASSERT((DT_NODE_HAS_COMPAT(n, nxp_lpuart) == 0) && \
+ (DT_NODE_HAS_COMPAT(n, nxp_lpi2c) == 0), \
32
"Do not enable SPI and UART/I2C on the same Flexcomm node");
33
34
/* For SPI node enabled, check if UART or I2C is also enabled on the same parent Flexcomm node */
0 commit comments