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 #1446, Remove unused EVS LogMode defines #1553

Merged
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
4 changes: 2 additions & 2 deletions modules/evs/fsw/inc/cfe_evs_events.h
Original file line number Diff line number Diff line change
Expand Up @@ -561,7 +561,7 @@
** This event message is generated when a "Set Log Mode" command is completed successfully.
**
** The event text identifies the Log Mode command argument. Valid Log Mode command
** arguments are: #CFE_EVS_LOG_OVERWRITE or #CFE_EVS_LOG_DISCARD.
** arguments are: #CFE_EVS_LogMode_OVERWRITE or #CFE_EVS_LogMode_DISCARD.
**/
#define CFE_EVS_LOGMODE_EID 38

Expand All @@ -576,7 +576,7 @@
** an invalid Log Mode command argument.
**
** The event text identifies the invalid Log Mode command argument. Valid Log Mode command
** arguments are: #CFE_EVS_LOG_OVERWRITE or #CFE_EVS_LOG_DISCARD.
** arguments are: #CFE_EVS_LogMode_OVERWRITE or #CFE_EVS_LogMode_DISCARD.
**/
#define CFE_EVS_ERR_LOGMODE_EID 39

Expand Down
4 changes: 0 additions & 4 deletions modules/evs/fsw/inc/cfe_evs_msg.h
Original file line number Diff line number Diff line change
Expand Up @@ -907,10 +907,6 @@
#define CFE_EVS_PORT3_BIT 0x0004
#define CFE_EVS_PORT4_BIT 0x0008

/* EVS Log Modes */
#define CFE_EVS_LOG_OVERWRITE 0
#define CFE_EVS_LOG_DISCARD 1

/****************** Structure Definitions *********************/

/**
Expand Down