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
The TIME40 type definition is based around a MSB_U32 primitive type. As such, the size of TIME40 is set as 4 bytes / 32 bits instead of proper size of 5 bytes / 40 bits.
The text was updated successfully, but these errors were encountered:
Update Time40 byte/bit counts to properly reflect the dtype's size.
Because it's based off a MSB_U32 primitive type. This was causing issues
with the expected length of packets that used Time40 given the 4 byte
length of a MSB_U32.
Update Time40 byte/bit counts to properly reflect the dtype's size.
Because it's based off a MSB_U32 primitive type. This was causing issues
with the expected length of packets that used Time40 given the 4 byte
length of a MSB_U32.
Update Time40 byte/bit counts to properly reflect the dtype's size.
Because it's based off a MSB_U32 primitive type. This was causing issues
with the expected length of packets that used Time40 given the 4 byte
length of a MSB_U32.
The TIME40 type definition is based around a
MSB_U32
primitive type. As such, the size of TIME40 is set as 4 bytes / 32 bits instead of proper size of 5 bytes / 40 bits.The text was updated successfully, but these errors were encountered: