Minor changes to slave.c
This commit is contained in:
parent
ea7e0ca982
commit
16684ccffd
|
|
@ -1220,13 +1220,13 @@ int ecrt_slave_pdo_size(ec_slave_t *slave, /**< EtherCAT slave */
|
|||
|
||||
/*****************************************************************************/
|
||||
|
||||
/**< \cond */
|
||||
/** \cond */
|
||||
|
||||
EXPORT_SYMBOL(ecrt_slave_conf_sdo8);
|
||||
EXPORT_SYMBOL(ecrt_slave_conf_sdo16);
|
||||
EXPORT_SYMBOL(ecrt_slave_conf_sdo32);
|
||||
EXPORT_SYMBOL(ecrt_slave_pdo_size);
|
||||
|
||||
/**< \endcond */
|
||||
/** \endcond */
|
||||
|
||||
/*****************************************************************************/
|
||||
|
|
|
|||
Loading…
Reference in New Issue