Skip to content

Commit

Permalink
Merge pull request #37 from dmknutsen/Issue_36
Browse files Browse the repository at this point in the history
Fix #36, Replace quotes with angle brackets in /inc
  • Loading branch information
dzbaker authored Jan 6, 2023
2 parents bba2146 + 9ad0fa2 commit 7438c19
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion fsw/inc/hk_msg.h
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
#ifndef HK_MSG_H
#define HK_MSG_H

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

/**
* \defgroup cfshkcmdstructs CFS Housekeeping Command Structures
Expand Down
2 changes: 1 addition & 1 deletion fsw/inc/hk_msgdefs.h
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
#ifndef HK_MSGDEFS_H
#define HK_MSGDEFS_H

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

/**
* \defgroup cfshkcmdcodes CFS Housekeeping Command Codes
Expand Down
2 changes: 1 addition & 1 deletion fsw/inc/hk_tbldefs.h
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
/************************************************************************
** Includes
*************************************************************************/
#include "cfe.h"
#include <cfe.h>

/*************************************************************************
** Type definitions
Expand Down

0 comments on commit 7438c19

Please sign in to comment.