Skip to content

Commit 4a1b72e

Browse files
authored
Merge pull request #76 from nasa/integration-candidate
sch_lab Integration candidate: 2021-03-30
2 parents f2ed3d2 + 9da4ef3 commit 4a1b72e

File tree

3 files changed

+6
-3
lines changed

3 files changed

+6
-3
lines changed

README.md

+5
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,11 @@ To change the list of packets that sch_lab sends out, edit the schedule table lo
1313

1414
## Version History
1515

16+
### Development Build: v2.4.0-rc1+dev32
17+
18+
- Removes app registration call, `CFE_ES_RegisterApp()` since applications do not need to register themselves.
19+
- See <https://github.com/nasa/sch_lab/pull/76>
20+
1621
### Development Build: v2.4.0-rc1+dev26
1722

1823
- Fix #67, Update sequence count in transmitted messages

fsw/src/sch_lab_app.c

-2
Original file line numberDiff line numberDiff line change
@@ -87,8 +87,6 @@ void SCH_Lab_AppMain(void)
8787

8888
CFE_ES_PerfLogEntry(SCH_MAIN_TASK_PERF_ID);
8989

90-
CFE_ES_RegisterApp();
91-
9290
Status = SCH_LAB_AppInit();
9391
if (Status != CFE_SUCCESS)
9492
{

fsw/src/sch_lab_version.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
*/
3131

3232
/* Development Build Macro Definitions */
33-
#define SCH_LAB_BUILD_NUMBER 26 /*!< Development Build: Number of commits since baseline */
33+
#define SCH_LAB_BUILD_NUMBER 32 /*!< Development Build: Number of commits since baseline */
3434
#define SCH_LAB_BUILD_BASELINE \
3535
"v2.4.0-rc1" /*!< Development Build: git tag that is the base for the current development */
3636

0 commit comments

Comments
 (0)