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 #171, use osal_id_t for OSAL ID, not int32 #175

Merged
merged 1 commit into from
Jan 18, 2022

Conversation

jphickey
Copy link
Contributor

Describe the contribution
Use the correct typedef for OSAL ID. This also necessitates using the correct conversion macro where use as an integer is intended.

Fixes #171

Testing performed
Build with OSAL bleeding edge code, confirm no type conversion errors.

Expected behavior changes
None w/Caelum OSAL, as osal_id_t is equivalent to uint32.

System(s) tested on
Ubuntu 21.10

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

Use the correct typedef for OSAL ID.  This also necessiates using
the correct conversion macro where use as an integer is intended.
@jphickey jphickey added the CCB:Ready Ready for discussion at the Configuration Control Board (CCB) label Jan 13, 2022
@astrogeco astrogeco merged commit d04e98c into nasa:main Jan 18, 2022
@astrogeco astrogeco added CCB:Approved and removed CCB:Ready Ready for discussion at the Configuration Control Board (CCB) labels Jan 19, 2022
@astrogeco
Copy link
Contributor

CCB:2022-01-19 APPROVED

@jphickey jphickey deleted the fix-171-osal-id-type branch March 11, 2022 15:48
@skliper skliper added this to the Draco milestone Mar 25, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Use proper type instead of "int32" for OSAL IDs
3 participants