include/ecrt.h
changeset 793 3b297ff8284f
parent 792 3778920f61e4
child 807 f8bca95ab75d
--- a/include/ecrt.h	Tue Feb 19 08:22:20 2008 +0000
+++ b/include/ecrt.h	Tue Feb 19 09:21:13 2008 +0000
@@ -221,7 +221,9 @@
     unsigned int n_entries; /**< Number of Pdo entries for the Pdo
                               configuration. Zero means, that the default Pdo
                               configuration shall be used. */
-    const ec_pdo_entry_info_t entries[]; /**< Pdo configuration list. */
+    const ec_pdo_entry_info_t *entries; /**< Pdo configuration array. This
+                                          array must contain at least \a
+                                          n_entries values. */
 } ec_pdo_info_t;
 
 /*****************************************************************************/