]> rtime.felk.cvut.cz Git - CanFestival-3.git/blobdiff - include/objdictdef.h
Changed OD size from UNS8 to UNS32, and repercuted change to PDO and SDO. Thanks...
[CanFestival-3.git] / include / objdictdef.h
index 8361ee6d7697574a37716229e54ceeb6fde6e003..60948b85a7526cc7cc6e6c665619c20e71e967f2 100644 (file)
@@ -85,7 +85,7 @@ typedef struct td_subindex
 {
     UNS8                    bAccessType;
     UNS8                    bDataType; /* Defines of what datatype the entry is */
-    UNS                   size;      /* The size (in Byte) of the variable */
+    UNS32                   size;      /* The size (in Byte) of the variable */
     void*                   pObject;   /* This is the pointer of the Variable */
 } subindex;