Details
-
Type: Bug
-
Status: Closed
-
Priority: Minor
-
Resolution: Fixed
-
Affects Version/s: None
-
Fix Version/s: V3.4.10.0
-
Component/s: None
-
Labels:None
-
Account:SPC Object Dictionary (SPCOBJECTD)
Description
In the OdV3_Public.h file the define ODV3_GET_OBJECT_ACCESS_INFO_RES_MIN_DATA_SIZE has a value of 6 bytes (1 * sizeof(TLR_UINT16) + 4 * sizeof(TLR_UINT8)). The correct value should be 8 bytes (1 * sizeof(TLR_UINT16) + 6 * sizeof(TLR_UINT8))