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 #1023, correct stub appid parameter #1024

Merged
merged 1 commit into from
Dec 1, 2020

Conversation

jphickey
Copy link
Contributor

Describe the contribution

The type of the AppID parameter on Cleanup routines should be CFE_ES_ResourceID_t, not uint32

Fixes #1023

Testing performed
Build and run CFE
Run all unit tests

Expected behavior changes
None.

System(s) tested on
Ubuntu 20.04

Additional context
These two are typedef equivalent in the main branch, so no change, but needed for consistency. This was missed originally due to PR #1012 not being there yet.

Contributor Info - All information REQUIRED for consideration of pull request
Joseph Hickey, Vantage Systems, Inc.

The type of this should be CFE_ES_ResourceID_t, not uint32
@jphickey jphickey added the CCB:Ready Ready for discussion at the Configuration Control Board (CCB) label Nov 17, 2020
@astrogeco
Copy link
Contributor

CCB 2020-11-18 APPROVED

@astrogeco astrogeco added IC-20201124 and removed CCB:Ready Ready for discussion at the Configuration Control Board (CCB) labels Dec 1, 2020
@astrogeco astrogeco changed the base branch from main to integration-candidate December 1, 2020 17:01
@astrogeco astrogeco merged commit 0edf8c2 into nasa:integration-candidate Dec 1, 2020
astrogeco added a commit to astrogeco/cFS that referenced this pull request Dec 1, 2020
astrogeco added a commit to astrogeco/cFS that referenced this pull request Dec 2, 2020
@jphickey jphickey deleted the fix-1023-stub-appid branch December 3, 2020 17:53
@skliper skliper added this to the 7.0.0 milestone Sep 24, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Type mismatch between Cleanup stub and implementation
3 participants