Skip to content

Commit

Permalink
Merge pull request #1553 from pepepr08/fix1446-logmode-defines
Browse files Browse the repository at this point in the history
Fix #1446, Remove unused EVS LogMode defines
  • Loading branch information
astrogeco committed May 27, 2021
2 parents 517a18f + 6de6d24 commit 0cab138
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 6 deletions.
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

0 comments on commit 0cab138

Please sign in to comment.