diff -r b6bddb663755 -r 8839ba8bfeb4 master/pdo_mapping.c --- a/master/pdo_mapping.c Thu Feb 28 14:46:24 2008 +0000 +++ b/master/pdo_mapping.c Thu Feb 28 15:28:10 2008 +0000 @@ -122,8 +122,8 @@ */ ec_pdo_t *ec_pdo_mapping_add_pdo( ec_pdo_mapping_t *pm, /**< Pdo mapping. */ - uint16_t index, /**< Pdo index. */ - ec_direction_t dir /**< Direction. */ + ec_direction_t dir, /**< Direction. */ + uint16_t index /**< Pdo index. */ ) { ec_pdo_t *pdo;