Fix burst message

This commit is contained in:
Rodrigo Arias 2022-09-29 18:43:23 +02:00
parent da1af8c133
commit 994f5f2098

View File

@ -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;
} }