Skip to content

Commit

Permalink
Fix #877, Remove duplicate CFE_MISSION_REV define
Browse files Browse the repository at this point in the history
  • Loading branch information
skliper committed Jan 11, 2021
1 parent 1ede295 commit 1b31bd9
Showing 1 changed file with 0 additions and 15 deletions.
15 changes: 0 additions & 15 deletions cmake/sample_defs/cpu1_platform_cfg.h
Original file line number Diff line number Diff line change
Expand Up @@ -1814,21 +1814,6 @@
#define CFE_PLATFORM_TBL_VALID_PRID_3 0
#define CFE_PLATFORM_TBL_VALID_PRID_4 0

/** \cfeescfg Mission specific version number for cFE
**
** \par Description:
** The cFE version number consists of four parts:
** major version number, minor version number, revision
** number and mission specific revision number. The mission
** specific revision number is defined here and the other
** parts are defined in "cfe_version.h".
**
** \par Limits:
** Must be defined as a numeric value that is greater than
** or equal to zero.
*/
#define CFE_MISSION_REV 0

/** \cfeescfg Poll timer for startup sync delay
**
** \par Description:
Expand Down

0 comments on commit 1b31bd9

Please sign in to comment.