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.
With nasa/osal#1136, UtAssert now provides a better macro for testing bit fields/masks. The updated macro provides better/more concise information in the test log.
Describe the solution you'd like
Replace the UtAssert_UINT32_EQ checks with the new macros - UtAssert_BITMASK_SET/UtAssert_BITMASK_UNSET.
Additional context
Depends on nasa/osal#1136 and #1860 (both currently in IC but not in main, as of this writing).
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.
With nasa/osal#1136, UtAssert now provides a better macro for testing bit fields/masks. The updated macro provides better/more concise information in the test log.
Describe the solution you'd like
Replace the UtAssert_UINT32_EQ checks with the new macros - UtAssert_BITMASK_SET/UtAssert_BITMASK_UNSET.
Additional context
Depends on nasa/osal#1136 and #1860 (both currently in IC but not in main, as of this writing).
Requester Info
Joseph Hickey, Vantage Systems, Inc.
The text was updated successfully, but these errors were encountered: