File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2424#define TO_LAB_VERSION_H
2525
2626/* Development Build Macro Definitions */
27- #define TO_LAB_BUILD_NUMBER 0 /*!< Development Build: Number of commits since baseline */
27+ #define TO_LAB_BUILD_NUMBER 1 /*!< Development Build: Number of commits since baseline */
2828#define TO_LAB_BUILD_BASELINE "v7.0.1" /*!< Development Build: git tag that is the base for the current development */
2929#define TO_LAB_BUILD_DEV_CYCLE "v7.0.1" /**< @brief Development: Release name for current development cycle */
3030#define TO_LAB_BUILD_CODENAME "Draco" /**< @brief: Development: Code name for the current build */
4848 * Values 1-254 are reserved for mission use to denote patches/customizations as needed. NOTE: Reserving 0 and 0xFF for
4949 * cFS open-source development use (pending resolution of nasa/cFS#440)
5050 */
51- #define TO_LAB_MISSION_REV 0x0
51+ #define TO_LAB_MISSION_REV 0xFF
5252
5353#define TO_LAB_STR_HELPER (x ) #x /*!< @brief Helper function to concatenate strings from integer macros */
5454#define TO_LAB_STR (x ) TO_LAB_STR_HELPER(x) /*!< @brief Helper function to concatenate strings from integer macros */
You can’t perform that action at this time.
0 commit comments