Skip to content

Commit 4f81c37

Browse files
authored
Merge pull request nasa#111 from chillfig/inc_platform_header
Fix nasa#110, adds #include hs_platform_cfg.h
2 parents 4d38d46 + 282dd97 commit 4f81c37

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

fsw/src/hs_sysmon.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
** Includes
3131
*************************************************************************/
3232
#include "hs_sysmon.h"
33-
#include "hs_internal_cfg.h"
33+
#include "hs_platform_cfg.h"
3434
#include "hs_app.h"
3535

3636
#include "cfe.h"

0 commit comments

Comments
 (0)