include/ecrt.h
changeset 844 8839ba8bfeb4
parent 842 40e27e5a8dce
child 851 2bb18adcd204
--- a/include/ecrt.h	Thu Feb 28 14:46:24 2008 +0000
+++ b/include/ecrt.h	Thu Feb 28 15:28:10 2008 +0000
@@ -453,8 +453,8 @@
  */
 int ecrt_slave_config_mapping(
         ec_slave_config_t *sc, /**< Slave configuration. */
-        unsigned int n_entries, /**< Number of Pdos in \a pdos to map. */
-        const ec_pdo_info_t pdos[] /**< List with Pdo mapping. */
+        unsigned int n_infos, /**< Number of Pdo infos in \a pdo_infos. */
+        const ec_pdo_info_t pdo_infos[] /**< List with Pdo mapping. */
         );
 
 /** Registers a Pdo entry for process data exchange in a domain.