include/ecrt.h
changeset 851 2bb18adcd204
parent 844 8839ba8bfeb4
child 858 69122084d066
--- a/include/ecrt.h	Fri Feb 29 16:24:59 2008 +0000
+++ b/include/ecrt.h	Mon Mar 03 11:42:05 2008 +0000
@@ -225,9 +225,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 array. This
-                                          array must contain at least \a
-                                          n_entries values. */
+    ec_pdo_entry_info_t *entries; /**< Pdo configuration array. This
+                                    array must contain at least \a
+                                    n_entries values. */
 } ec_pdo_info_t;
 
 /*****************************************************************************/