Skip to content

Commit

Permalink
Push dummy change to start CI checks
Browse files Browse the repository at this point in the history
  • Loading branch information
kar-rahul-aws committed Apr 29, 2024
1 parent 152f03b commit d840de7
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -699,12 +699,12 @@ void calculateCurrentTime( UTCTime_t * pBaseTime,
* UTC era 1. */
LogError( ( "UTC timestamp rollover." ) );
pCurrentTime->secs = ( uint32_t ) ( currentTimeSecs - UINT32_MAX - 1 );

}
else
{
pCurrentTime->secs = ( uint32_t ) ( currentTimeSecs );
}

pCurrentTime->msecs = msElapsedSinceLastSync % 1000;
}
else
Expand Down

0 comments on commit d840de7

Please sign in to comment.