diff -r f8e19594f4d0 -r 2bb18adcd204 include/ecrt.h --- 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; /*****************************************************************************/