Skip to content

Commit

Permalink
Merge pull request #60 from dmknutsen/Issue_59
Browse files Browse the repository at this point in the history
Fix #59, Replace quotes with angle brackets in /inc
  • Loading branch information
dzbaker committed Jan 6, 2023
2 parents 6492df2 + ce942ed commit 1ce636e
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion fsw/inc/cs_mission_cfg.h
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
#ifndef CS_MISSION_CFG_H
#define CS_MISSION_CFG_H

#include "cfe_mission_cfg.h"
#include <cfe_mission_cfg.h>

/**
* \defgroup cfscsmissioncfg CFS Checksum Mission Configuration
Expand Down
2 changes: 1 addition & 1 deletion fsw/inc/cs_msg.h
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
#ifndef CS_MSG_H
#define CS_MSG_H

#include "cfe.h"
#include <cfe.h>

/**
* \defgroup cfscstlm CFS Checksum Telemetry
Expand Down
2 changes: 1 addition & 1 deletion fsw/inc/cs_msgdefs.h
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
#ifndef CS_MSGDEFS_H
#define CS_MSGDEFS_H

#include "cfe.h"
#include <cfe.h>

/**
* \defgroup cfscscmdcodes CFS Checksum Command Codes
Expand Down
2 changes: 1 addition & 1 deletion fsw/inc/cs_platform_cfg.h
Original file line number Diff line number Diff line change
Expand Up @@ -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 <cfe_platform_cfg.h> /* for CFE_ES_DEFAULT_STACK_SIZE */

/**
* \defgroup cfscsplatformcfg CFS Checksum Platform Configuration
Expand Down
2 changes: 1 addition & 1 deletion fsw/inc/cs_tbldefs.h
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
** Include section
**
**************************************************************************/
#include "cfe.h"
#include <cfe.h>

/**************************************************************************
**
Expand Down

0 comments on commit 1ce636e

Please sign in to comment.