Skip to content

Commit d972baf

Browse files
authored
Merge pull request #199 from nasa/integration-candidate
to_lab Integration candidate: Equuleus-rc1+dev12
2 parents 487af09 + 20cf3cf commit d972baf

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Changelog
22

3+
## Development Build: equuleus-rc1+dev56
4+
- Add CFE_EVS_SHORT_EVENT_MSG_MID to to_lab_sub.c
5+
- See <https://github.com/nasa/to_lab/pull/198>
6+
37
## Development Build: equuleus-rc1+dev52
48
- Zero-out global data during init + set RunStatus to APP_ERROR if init fails
59
- See <https://github.com/nasa/to_lab/pull/188>

fsw/src/to_lab_version.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
#define TO_LAB_VERSION_H
2525

2626
/* Development Build Macro Definitions */
27-
#define TO_LAB_BUILD_NUMBER 52 /*!< Development Build: Number of commits since baseline */
27+
#define TO_LAB_BUILD_NUMBER 56 /*!< Development Build: Number of commits since baseline */
2828
#define TO_LAB_BUILD_BASELINE "equuleus-rc1" /*!< Development Build: git tag that is the base for the current development */
2929
#define TO_LAB_BUILD_DEV_CYCLE "equuleus-rc2" /**< @brief Development: Release name for current development cycle */
3030
#define TO_LAB_BUILD_CODENAME "Equuleus" /**< @brief: Development: Code name for the current build */

fsw/tables/to_lab_sub.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ TO_LAB_Subs_t TO_LAB_Subs = {.Subs = {/* CFS App Subscriptions */
7373
{CFE_SB_MSGID_WRAP_VALUE(CFE_SB_STATS_TLM_MID), {0, 0}, 4},
7474
{CFE_SB_MSGID_WRAP_VALUE(CFE_TBL_REG_TLM_MID), {0, 0}, 4},
7575
{CFE_SB_MSGID_WRAP_VALUE(CFE_EVS_LONG_EVENT_MSG_MID), {0, 0}, 32},
76-
76+
{CFE_SB_MSGID_WRAP_VALUE(CFE_EVS_SHORT_EVENT_MSG_MID), {0, 0}, 32},
7777
{CFE_SB_MSGID_WRAP_VALUE(CFE_ES_APP_TLM_MID), {0, 0}, 4},
7878
{CFE_SB_MSGID_WRAP_VALUE(CFE_ES_MEMSTATS_TLM_MID), {0, 0}, 4},
7979

0 commit comments

Comments
 (0)