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 #1314, Remove Unused Error Codes #1316

Merged
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
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