avoid redundant call on timer init

pull/13228/head
Paul Szczeanek 2020-06-09 09:25:03 +01:00 committed by Vincent Coubard
parent a40d0cb282
commit c2bc9a4385
1 changed files with 1 additions and 1 deletions

View File

@ -240,7 +240,7 @@ void WsfTimerInit(void)
{ {
WSF_QUEUE_INIT(&wsfTimerTimerQueue); WSF_QUEUE_INIT(&wsfTimerTimerQueue);
wsfTimerRtcLastTicks = PalRtcCounterGet(); wsfTimerRtcLastTicks = 0;
wsfTimerRtcRemainder = 0; wsfTimerRtcRemainder = 0;
} }