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 cc74893 commit 9c91b38Copy full SHA for 9c91b38
tests/drivers/uart/uart_mix_fifo_poll/src/main.c
@@ -50,7 +50,7 @@ static struct dut_data duts[] = {
50
.dev = DEVICE_DT_GET(UART_NODE),
51
.name = DT_NODE_FULL_NAME(UART_NODE),
52
},
53
-#if DT_NODE_EXISTS(DT_NODELABEL(dut2))
+#if DT_NODE_EXISTS(DT_NODELABEL(dut2)) && DT_NODE_HAS_STATUS(DT_NODELABEL(dut2), okay)
54
{
55
.dev = DEVICE_DT_GET(DT_NODELABEL(dut2)),
56
.name = DT_NODE_FULL_NAME(DT_NODELABEL(dut2)),
0 commit comments