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.
The osal_id_t typedef was recently added to OSAL to differentiate OSAL IDs from simple integers.
Describe the solution you'd like
PSP should use this type, instead of uint32, for all the places where an ID is stored.
Additional context
Using the typedef helps future-proof the code for possible ID type changes.
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.
The
osal_id_t
typedef was recently added to OSAL to differentiate OSAL IDs from simple integers.Describe the solution you'd like
PSP should use this type, instead of
uint32
, for all the places where an ID is stored.Additional context
Using the typedef helps future-proof the code for possible ID type changes.
Requester Info
Joseph Hickey, Vantage Systems, Inc.
The text was updated successfully, but these errors were encountered: