Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix #78, Replace quotes with angle brackets in /inc #79

Merged
merged 1 commit into from
Jan 6, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion fsw/inc/ds_extern_typedefs.h
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
#ifndef DS_EXTERN_TYPEDEFS_H
#define DS_EXTERN_TYPEDEFS_H

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

/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
/* */
Expand Down
4 changes: 2 additions & 2 deletions fsw/inc/ds_msg.h
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@
#ifndef DS_MSG_H
#define DS_MSG_H

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

/**
* \defgroup cfsdscmdstructs CFS Data Storage Command Structures
Expand Down