Commit 54ce7b45 authored by Tristan Gingold's avatar Tristan Gingold

wrtd-timetest: Report total number of generated pulses.

parent 99f08dd7
......@@ -193,7 +193,7 @@ static void disp_timing(int count, int delay_us)
printf("Missing!\n");
}
}
printf ("%d/%d missing pulses\n", count - ecount, count);
printf ("%d/%d missing pulses\n", i - ecount, i);
}
static void teardown(void)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment