Fix burst message
This commit is contained in:
parent
da1af8c133
commit
994f5f2098
@ -544,8 +544,7 @@ pre_burst(struct ovni_emu *emu)
|
|||||||
|
|
||||||
avg /= (double) th->nbursts;
|
avg /= (double) th->nbursts;
|
||||||
|
|
||||||
err("burst avg %.1f ns, max %.0f ns\n",
|
err("burst avg %.1f ns, max %.0f ns\n", avg, maxdelta);
|
||||||
MAX_BURSTS, avg, maxdelta);
|
|
||||||
|
|
||||||
th->nbursts = 0;
|
th->nbursts = 0;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user