From ce942edd642ed2987ebfbb05f271959cbda6eba1 Mon Sep 17 00:00:00 2001 From: Dan Date: Fri, 6 Jan 2023 10:58:09 -0500 Subject: [PATCH] Fix #59, Replace quotes with angle brackets in /inc --- fsw/inc/cs_mission_cfg.h | 2 +- fsw/inc/cs_msg.h | 2 +- fsw/inc/cs_msgdefs.h | 2 +- fsw/inc/cs_platform_cfg.h | 2 +- fsw/inc/cs_tbldefs.h | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/fsw/inc/cs_mission_cfg.h b/fsw/inc/cs_mission_cfg.h index e87f8ce..7413414 100644 --- a/fsw/inc/cs_mission_cfg.h +++ b/fsw/inc/cs_mission_cfg.h @@ -25,7 +25,7 @@ #ifndef CS_MISSION_CFG_H #define CS_MISSION_CFG_H -#include "cfe_mission_cfg.h" +#include /** * \defgroup cfscsmissioncfg CFS Checksum Mission Configuration diff --git a/fsw/inc/cs_msg.h b/fsw/inc/cs_msg.h index cbe8dca..213b9aa 100644 --- a/fsw/inc/cs_msg.h +++ b/fsw/inc/cs_msg.h @@ -25,7 +25,7 @@ #ifndef CS_MSG_H #define CS_MSG_H -#include "cfe.h" +#include /** * \defgroup cfscstlm CFS Checksum Telemetry diff --git a/fsw/inc/cs_msgdefs.h b/fsw/inc/cs_msgdefs.h index b644404..182b9ed 100644 --- a/fsw/inc/cs_msgdefs.h +++ b/fsw/inc/cs_msgdefs.h @@ -25,7 +25,7 @@ #ifndef CS_MSGDEFS_H #define CS_MSGDEFS_H -#include "cfe.h" +#include /** * \defgroup cfscscmdcodes CFS Checksum Command Codes diff --git a/fsw/inc/cs_platform_cfg.h b/fsw/inc/cs_platform_cfg.h index 88e7e9d..7364a35 100644 --- a/fsw/inc/cs_platform_cfg.h +++ b/fsw/inc/cs_platform_cfg.h @@ -25,7 +25,7 @@ #ifndef CS_PLATFORM_CFG_H #define CS_PLATFORM_CFG_H -#include "cfe_platform_cfg.h" /* for CFE_ES_DEFAULT_STACK_SIZE */ +#include /* for CFE_ES_DEFAULT_STACK_SIZE */ /** * \defgroup cfscsplatformcfg CFS Checksum Platform Configuration diff --git a/fsw/inc/cs_tbldefs.h b/fsw/inc/cs_tbldefs.h index 07ba5af..bdae143 100644 --- a/fsw/inc/cs_tbldefs.h +++ b/fsw/inc/cs_tbldefs.h @@ -29,7 +29,7 @@ ** Include section ** **************************************************************************/ -#include "cfe.h" +#include /************************************************************************** **