Skip to content

Commit ec64369

Browse files
authored
fix(uart): update uart.ino commentaries
1 parent a97e7ab commit ec64369

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

tests/validation/uart/uart.ino

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ const test_uart_t test_uarts[SOC_UART_NUM] = {
6262
#endif
6363
.serial = Serial2,
6464
},
65-
#endif
65+
#endif // SOC_UART_NUM >= 3
6666
#if SOC_UART_NUM >= 4
6767
{
6868
#ifdef RX3
@@ -74,7 +74,7 @@ const test_uart_t test_uarts[SOC_UART_NUM] = {
7474
#endif
7575
.serial = Serial3,
7676
},
77-
#endif
77+
#endif // SOC_UART_NUM >= 4
7878
#if SOC_UART_NUM >= 5
7979
{
8080
#ifdef RX4
@@ -86,7 +86,7 @@ const test_uart_t test_uarts[SOC_UART_NUM] = {
8686
#endif
8787
.serial = Serial4,
8888
},
89-
#endif
89+
#endif // SOC_UART_NUM >= 5
9090
};
9191

9292
/* Utility global variables */

0 commit comments

Comments
 (0)