From 282dd97ab2c60dd52eb1853bc20e901a831624a7 Mon Sep 17 00:00:00 2001 From: jdfiguer Date: Tue, 5 Sep 2023 22:43:49 -0400 Subject: [PATCH] Fix #110, adds #include hs_platform_cfg.h --- fsw/src/hs_sysmon.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fsw/src/hs_sysmon.c b/fsw/src/hs_sysmon.c index 0f0399e..f5e159d 100644 --- a/fsw/src/hs_sysmon.c +++ b/fsw/src/hs_sysmon.c @@ -30,7 +30,7 @@ ** Includes *************************************************************************/ #include "hs_sysmon.h" -#include "hs_internal_cfg.h" +#include "hs_platform_cfg.h" #include "hs_app.h" #include "cfe.h"