Skip to content

Commit

Permalink
Merge pull request #1557 from skliper/fix1548-include_verify
Browse files Browse the repository at this point in the history
Fix #1548, Include verify headers to validate config
  • Loading branch information
astrogeco committed Jun 2, 2021
2 parents acea60e + 849eed3 commit df3d75f
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 0 deletions.
1 change: 1 addition & 0 deletions modules/es/fsw/src/cfe_es_task.c
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@

#include "cfe_version.h"
#include "target_config.h"
#include "cfe_es_verify.h"

#include <string.h>

Expand Down
1 change: 1 addition & 0 deletions modules/evs/fsw/src/cfe_evs_task.c
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@
/* Include Files */
#include "cfe_evs_module_all.h" /* All EVS internal definitions and API */
#include "cfe_version.h" /* cFE version definitions */
#include "cfe_evs_verify.h"

#include <string.h>

Expand Down
1 change: 1 addition & 0 deletions modules/sb/fsw/src/cfe_sb_task.c
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@
#include "cfe_sb_module_all.h"
#include "cfe_version.h"
#include "cfe_es_msg.h" /* needed for local use of CFE_ES_RestartCmd_t */
#include "cfe_sb_verify.h"

#include <string.h>

Expand Down
1 change: 1 addition & 0 deletions modules/tbl/fsw/src/cfe_tbl_task.c
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@
*/
#include "cfe_tbl_module_all.h"
#include "cfe_version.h"
#include "cfe_tbl_verify.h"

#include <string.h>

Expand Down
1 change: 1 addition & 0 deletions modules/time/fsw/src/cfe_time_task.c
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@
*/
#include "cfe_time_module_all.h"
#include "cfe_version.h"
#include "cfe_time_verify.h"

/*
** Time task global data...
Expand Down

0 comments on commit df3d75f

Please sign in to comment.