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
Is your feature request related to a problem? Please describe. CI_LAB is using uint32 type to hold its OSAL socket ID.
uint32
Describe the solution you'd like Should use the osal_id_t typedef instead.
osal_id_t
Additional context Part of ongoing effort to update all framework code to use the typedef for OSAL IDs.
Requester Info Joseph Hickey, Vantage Systems, Inc.
The text was updated successfully, but these errors were encountered:
Fix nasa#54, Update CI to use osal_id_t
0c15c1b
Simple type change for consistency.
Merge pull request #55 from jphickey/fix-54-osal-id-type
671357c
Fix #54, Update CI_Lab to use osal_id_t
jphickey
Successfully merging a pull request may close this issue.
Is your feature request related to a problem? Please describe.
CI_LAB is using
uint32
type to hold its OSAL socket ID.Describe the solution you'd like
Should use the
osal_id_t
typedef instead.Additional context
Part of ongoing effort to update all framework code to use the typedef for OSAL IDs.
Requester Info
Joseph Hickey, Vantage Systems, Inc.
The text was updated successfully, but these errors were encountered: