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 a97e7ab commit ec64369Copy full SHA for ec64369
tests/validation/uart/uart.ino
@@ -62,7 +62,7 @@ const test_uart_t test_uarts[SOC_UART_NUM] = {
62
#endif
63
.serial = Serial2,
64
},
65
-#endif
+#endif // SOC_UART_NUM >= 3
66
#if SOC_UART_NUM >= 4
67
{
68
#ifdef RX3
@@ -74,7 +74,7 @@ const test_uart_t test_uarts[SOC_UART_NUM] = {
74
75
.serial = Serial3,
76
77
+#endif // SOC_UART_NUM >= 4
78
#if SOC_UART_NUM >= 5
79
80
#ifdef RX4
@@ -86,7 +86,7 @@ const test_uart_t test_uarts[SOC_UART_NUM] = {
86
87
.serial = Serial4,
88
89
+#endif // SOC_UART_NUM >= 5
90
};
91
92
/* Utility global variables */
0 commit comments