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

Duplicate CFE error codes #616

Closed
jphickey opened this issue Apr 15, 2020 · 1 comment
Closed

Duplicate CFE error codes #616

jphickey opened this issue Apr 15, 2020 · 1 comment

Comments

@jphickey
Copy link
Contributor

Is your feature request related to a problem? Please describe.
While coding fixes for another ticket, happen to stumble upon two CFE ES error codes with the same value.

/**
* @brief Library Already Loaded
*
* Occurs if CFE_ES_LoadLibrary detects that the requested
* library name is already loaded.
*
*/
#define CFE_ES_LIB_ALREADY_LOADED ((int32)0x44000028)
/**
* @brief System Log Message Truncated
*
* This information code means the last syslog message was truncated
* due to insufficient space in the log buffer.
*
*/
#define CFE_ES_ERR_SYS_LOG_TRUNCATED ((int32)0x44000028)

Describe the solution you'd like
Should have unique/distinguishable values

Requester Info
Joseph Hickey, Vantage Systems, Inc.

@skliper
Copy link
Contributor

skliper commented Sep 9, 2020

Duplicate of #846

@skliper skliper marked this as a duplicate of #846 Sep 9, 2020
@skliper skliper closed this as completed Sep 9, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants