From 203327e3c088218c27974c3c25f91a6410cab323 Mon Sep 17 00:00:00 2001 From: jdfiguer Date: Tue, 30 Jan 2024 20:41:58 -0500 Subject: [PATCH] Fix #108, Removes cfe platform config dependency --- fsw/src/lc_app.c | 1 - 1 file changed, 1 deletion(-) diff --git a/fsw/src/lc_app.c b/fsw/src/lc_app.c index af0efb4..a2af0b4 100644 --- a/fsw/src/lc_app.c +++ b/fsw/src/lc_app.c @@ -37,7 +37,6 @@ #include "lc_action.h" #include "lc_watch.h" #include "lc_utils.h" -#include "cfe_platform_cfg.h" #include "lc_platform_cfg.h" #include "lc_mission_cfg.h" /* Leave these two last to make sure all */ #include "lc_verify.h" /* LC configuration parameters are checked */