Skip to content

Commit

Permalink
Merge pull request #984 from zanzaben/fix983-Sample-config-leap-seconds
Browse files Browse the repository at this point in the history
Fix #983 Updated the CFE_MISSION_TIME_DEF_LEAPS to 37 seconds
  • Loading branch information
astrogeco authored Nov 10, 2020
2 parents 9804b59 + ef6bdf4 commit a2879eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmake/sample_defs/sample_mission_cfg.h
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,7 @@
#define CFE_MISSION_TIME_DEF_STCF_SECS 1000000
#define CFE_MISSION_TIME_DEF_STCF_SUBS 0

#define CFE_MISSION_TIME_DEF_LEAPS 32
#define CFE_MISSION_TIME_DEF_LEAPS 37

#define CFE_MISSION_TIME_DEF_DELAY_SECS 0
#define CFE_MISSION_TIME_DEF_DELAY_SUBS 1000
Expand Down

0 comments on commit a2879eb

Please sign in to comment.