We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 622d4c7 commit eafb0d6Copy full SHA for eafb0d6
fsw/platform_inc/sch_lab_table.h
@@ -31,8 +31,10 @@
31
#ifndef sch_lab_sched_tab_h_
32
#define sch_lab_sched_tab_h_
33
34
+#include "cfe.h"
35
#include "cfe_sb_extern_typedefs.h" /* for CFE_SB_MsgId_t */
36
#include "cfe_msgids.h"
37
+#include "cfe_sb.h" /* Required to use the CFE_SB_MSGID_WRAP_VALUE macro */
38
39
/*
40
** Defines
fsw/tables/sch_lab_table.c
@@ -22,7 +22,6 @@
22
23
#include "cfe_tbl_filedef.h" /* Required to obtain the CFE_TBL_FILEDEF macro definition */
24
#include "sch_lab_table.h"
25
-#include "cfe_sb.h" /* Required to use the CFE_SB_MSGID_WRAP_VALUE macro */
26
27
28
** Include headers for message IDs here
0 commit comments