From 1b31bd997986bf7d6fbbb4785b671f2e662c7205 Mon Sep 17 00:00:00 2001 From: Jacob Hageman Date: Mon, 11 Jan 2021 16:47:32 -0500 Subject: [PATCH] Fix #877, Remove duplicate CFE_MISSION_REV define --- cmake/sample_defs/cpu1_platform_cfg.h | 15 --------------- 1 file changed, 15 deletions(-) diff --git a/cmake/sample_defs/cpu1_platform_cfg.h b/cmake/sample_defs/cpu1_platform_cfg.h index fa5f9ced7..071ab2b6a 100644 --- a/cmake/sample_defs/cpu1_platform_cfg.h +++ b/cmake/sample_defs/cpu1_platform_cfg.h @@ -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: