Skip to content

Commit

Permalink
HotFix nasa#87, Include cfe.h to use CFE_MSG_FcnCode_t
Browse files Browse the repository at this point in the history
See also nasa/cFS#351
  • Loading branch information
astrogeco committed Sep 8, 2021
1 parent 622d4c7 commit 1d69c9f
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 1 addition & 0 deletions fsw/platform_inc/sch_lab_table.h
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@
#ifndef sch_lab_sched_tab_h_
#define sch_lab_sched_tab_h_

#include "cfe.h"
#include "cfe_sb_extern_typedefs.h" /* for CFE_SB_MsgId_t */
#include "cfe_msgids.h"

Expand Down
1 change: 0 additions & 1 deletion fsw/tables/sch_lab_table.c
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@

#include "cfe_tbl_filedef.h" /* Required to obtain the CFE_TBL_FILEDEF macro definition */
#include "sch_lab_table.h"
#include "cfe_sb.h" /* Required to use the CFE_SB_MSGID_WRAP_VALUE macro */

/*
** Include headers for message IDs here
Expand Down

0 comments on commit 1d69c9f

Please sign in to comment.