Commit f0e81fcc authored by Tristan Gingold's avatar Tristan Gingold

wrtd-freqmeter: adjust initial count.

parent 3b419ff6
......@@ -203,9 +203,13 @@ static void disp_graph(int count)
#define NBINS (2*CBINS + 1)
int bins[NBINS];
int oo_bin;
int count0 = 100;
int count0;
int verbose = 0;
count0 = count / 20;
if (count0 < 5)
count0 = 5;
do
AssertIntEquals(0, wrtd_in_state_get(wrtd, channel, &sti));
while (sti.total_pulses == 0);
......
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