Fix mstimer elapsed time (#58)
Co-authored-by: Steve Karg <skarg@users.sourceforge.net>
This commit is contained in:
+1
-1
@@ -400,7 +400,7 @@ static void packet_statistics_clear(void)
|
||||
|
||||
static uint32_t Timer_Silence(void *pArg)
|
||||
{
|
||||
return mstimer_remaining(&Silence_Timer);
|
||||
return mstimer_elapsed(&Silence_Timer);
|
||||
}
|
||||
|
||||
static void Timer_Silence_Reset(void *pArg)
|
||||
|
||||
Reference in New Issue
Block a user