You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
As part of nasa/osal#635 the unit test routines were updated to use size_t rather than uint32 for object sizes.
Describe the solution you'd like
PSP stub implementations need to use size_t instead of uint32 to avoid a compiler type mismatch error on some platforms.
Additional context
This needs to go with/dependency on PR nasa/osal#654.
This issue is only for stubs as it will cause a build issue without it. There will be a separate change/to-do item to fix PSP FSW APIs that are still using uint32.
Requester Info
Joseph Hickey, Vantage Systems, Inc.
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem? Please describe.
As part of nasa/osal#635 the unit test routines were updated to use
size_t
rather thanuint32
for object sizes.Describe the solution you'd like
PSP stub implementations need to use
size_t
instead ofuint32
to avoid a compiler type mismatch error on some platforms.Additional context
This needs to go with/dependency on PR nasa/osal#654.
This issue is only for stubs as it will cause a build issue without it. There will be a separate change/to-do item to fix PSP FSW APIs that are still using uint32.
Requester Info
Joseph Hickey, Vantage Systems, Inc.
The text was updated successfully, but these errors were encountered: