Skip to content

Commit

Permalink
Fix nasa#1314, Remove Unused Error Codes
Browse files Browse the repository at this point in the history
  • Loading branch information
zanzaben committed Apr 13, 2021
1 parent e80aae9 commit 96341ca
Showing 1 changed file with 0 additions and 17 deletions.
17 changes: 0 additions & 17 deletions modules/core_api/fsw/inc/cfe_error.h
Original file line number Diff line number Diff line change
Expand Up @@ -347,14 +347,6 @@ typedef int32 CFE_Status_t;
*/
#define CFE_ES_ERR_CHILD_TASK_REGISTER ((CFE_Status_t)0xc400000b)

/**
* @brief Shell Command Error
*
* Error occured ehen trying to pass a system call to the OS shell
*
*/
#define CFE_ES_ERR_SHELL_CMD ((CFE_Status_t)0xc400000c)

/**
* @brief CDS Already Exists
*
Expand Down Expand Up @@ -825,15 +817,6 @@ typedef int32 CFE_Status_t;
*/
#define CFE_SB_BUFFER_INVALID ((CFE_Status_t)0xca00000e)

/**
* @brief No Message Recieved
*
* When trying to determine the last senders ID, this return
* value indicates that there was not a message recived on the pipe.
*
*/
#define CFE_SB_NO_MSG_RECV ((CFE_Status_t)0xca00000f)

/**
* @brief Not Implemented
*
Expand Down

0 comments on commit 96341ca

Please sign in to comment.