Skip to content

Commit

Permalink
Fix format
Browse files Browse the repository at this point in the history
  • Loading branch information
chinglee-iot committed May 3, 2024
1 parent a61132a commit d55574d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -693,7 +693,7 @@ void calculateCurrentTime( UTCTime_t * pBaseTime,
if( currentTimeSecs > UINT32_MAX )
{
/* Assert when the UTC timestamp rollover. */
configASSERT( !( currentTimeSecs > UINT32_MAX ));
configASSERT( !( currentTimeSecs > UINT32_MAX ) );

/* Subtract an extra second as timestamp 0 represents the epoch for
* UTC era 1. */
Expand Down

0 comments on commit d55574d

Please sign in to comment.