Skip to content

Commit

Permalink
Fix formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
kar-rahul-aws committed Apr 29, 2024
1 parent 9f6c3a3 commit 152f03b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -695,7 +695,7 @@ void calculateCurrentTime( UTCTime_t * pBaseTime,
/* Assert when the UTC timestamp rollover. */
configASSERT( currentTimeSecs > UINT32_MAX );

/* Subtract an extra second as timestamp 0 represents the epoch for
/* Subtract an extra second as timestamp 0 represents the epoch for
* UTC era 1. */
LogError( ( "UTC timestamp rollover." ) );
pCurrentTime->secs = ( uint32_t ) ( currentTimeSecs - UINT32_MAX - 1 );
Expand Down

0 comments on commit 152f03b

Please sign in to comment.