master/fsm_pdo_entry.c
branchstable-1.5
changeset 2522 ec403cf308eb
parent 2498 9cdd7669dc0b
equal deleted inserted replaced
2521:3d68bb0047a1 2522:ec403cf308eb
   361 }
   361 }
   362 
   362 
   363 /*****************************************************************************/
   363 /*****************************************************************************/
   364 
   364 
   365 /** Process next PDO entry.
   365 /** Process next PDO entry.
       
   366  *
       
   367  * \return Next PDO entry, or NULL.
   366  */
   368  */
   367 ec_pdo_entry_t *ec_fsm_pdo_entry_conf_next_entry(
   369 ec_pdo_entry_t *ec_fsm_pdo_entry_conf_next_entry(
   368         const ec_fsm_pdo_entry_t *fsm, /**< PDO mapping state machine. */
   370         const ec_fsm_pdo_entry_t *fsm, /**< PDO mapping state machine. */
   369         const struct list_head *list /**< current entry list item */
   371         const struct list_head *list /**< current entry list item */
   370         )
   372         )