[vuint] fix incorrect number of test cases

This commit is contained in:
stnolting 2024-10-20 21:00:59 +02:00
parent fa024f9a27
commit 039243923c

View file

@ -158,7 +158,7 @@ begin
if ci_mode then
-- No need to send the full expectation in one big chunk
check_uart(net, uart1_rx_handle, nul & nul);
check_uart(net, uart1_rx_handle, "0/56" & cr & lf);
check_uart(net, uart1_rx_handle, "0/55" & cr & lf);
end if;
-- Wait until all expected data has been received