Skip to content

Commit 4c62634

Browse files
authored
fix(uart): CI error with uninitialized struct member
1 parent 812e6c5 commit 4c62634

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/validation/uart/uart.ino

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ const test_uart_t test_uarts[SOC_UART_NUM] = {
8585
.tx_pin = TX1,
8686
#endif
8787
.serial = Serial4,
88-
},
88+
}
8989
#endif // SOC_UART_NUM >= 5
9090
};
9191

0 commit comments

Comments
 (0)