Skip to content

Commit

Permalink
Merge pull request #2398 from jphickey/fix-2393-leapseconds
Browse files Browse the repository at this point in the history
Fix #2393, set AtLeapSeconds in ExternalTone test case
  • Loading branch information
dzbaker authored Jul 17, 2023
2 parents f6d7f8c + d3ca736 commit 5ba9022
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions modules/time/ut-coverage/time_UT.c
Original file line number Diff line number Diff line change
Expand Up @@ -1278,6 +1278,7 @@ void Test_External(void)
CFE_TIME_Global.ReferenceState[0].AtToneDelay.Subseconds = 0;
CFE_TIME_Global.ReferenceState[0].AtToneLatch.Seconds = 0;
CFE_TIME_Global.ReferenceState[0].AtToneLatch.Subseconds = 0;
CFE_TIME_Global.ReferenceState[0].AtToneLeapSeconds = 0;
CFE_TIME_Global.MaxDelta.Seconds = 0;
CFE_TIME_Global.MaxDelta.Subseconds = 1;
CFE_TIME_Global.MaxLocalClock.Seconds = 0;
Expand Down

0 comments on commit 5ba9022

Please sign in to comment.