We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Describe the bug The stub of these functions is declared as taking a uint32 AppId parameter:
uint32 AppId
Expected behavior These need to be changed to CFE_ES_ResourceID_t to match FSW
CFE_ES_ResourceID_t
System observed on: Ubuntu 20.04
Additional context Was not flagged as an error due to cfe_private.h not being included. After PR #1012 got merged, the stub mismatch is flagged.
cfe_private.h
Reporter Info Joseph Hickey, Vantage Systems, Inc.
The text was updated successfully, but these errors were encountered:
Fix nasa#1023, correct stub appid parameter
60e9e8f
The type of this should be CFE_ES_ResourceID_t, not uint32
a129e8c
Merge pull request #1024 from jphickey/fix-1023-stub-appid
0edf8c2
Fix #1023, correct stub appid parameter
jphickey
Successfully merging a pull request may close this issue.
Describe the bug
The stub of these functions is declared as taking a
uint32 AppId
parameter:Expected behavior
These need to be changed to
CFE_ES_ResourceID_t
to match FSWSystem observed on:
Ubuntu 20.04
Additional context
Was not flagged as an error due to
cfe_private.h
not being included. After PR #1012 got merged, the stub mismatch is flagged.Reporter Info
Joseph Hickey, Vantage Systems, Inc.
The text was updated successfully, but these errors were encountered: