--- embedaddon/iperf/src/timer.c 2021/03/17 00:36:46 1.1.1.2 +++ embedaddon/iperf/src/timer.c 2023/09/27 11:14:54 1.1.1.3 @@ -203,7 +203,7 @@ void tmr_reset( struct iperf_time* nowP, Timer* t ) { struct iperf_time now; - + getnow( nowP, &now ); t->time = now; iperf_time_add_usecs( &t->time, t->usecs );