master/pdo_list.c
changeset 1092 69393cf60399
parent 1055 2be8918682fa
child 1313 ed15eef57d5c
child 1685 399ef727bf62
equal deleted inserted replaced
1091:363205c2ebaf 1092:69393cf60399
   297     return NULL;
   297     return NULL;
   298 }
   298 }
   299 
   299 
   300 /*****************************************************************************/
   300 /*****************************************************************************/
   301 
   301 
   302 /**
   302 /** Get the number of Pdos in the list.
       
   303  *
       
   304  * \return Number of Pdos.
   303  */
   305  */
   304 unsigned int ec_pdo_list_count(
   306 unsigned int ec_pdo_list_count(
   305         const ec_pdo_list_t *pl /**< Pdo list. */
   307         const ec_pdo_list_t *pl /**< Pdo list. */
   306         )
   308         )
   307 {
   309 {