Skip to content
Snippets Groups Projects
Commit ffbcc881 authored by Florian Pose's avatar Florian Pose
Browse files

Minor changes to slave.c

parent 4292129a
No related branches found
No related tags found
No related merge requests found
...@@ -1220,13 +1220,13 @@ int ecrt_slave_pdo_size(ec_slave_t *slave, /**< EtherCAT slave */ ...@@ -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_sdo8);
EXPORT_SYMBOL(ecrt_slave_conf_sdo16); EXPORT_SYMBOL(ecrt_slave_conf_sdo16);
EXPORT_SYMBOL(ecrt_slave_conf_sdo32); EXPORT_SYMBOL(ecrt_slave_conf_sdo32);
EXPORT_SYMBOL(ecrt_slave_pdo_size); EXPORT_SYMBOL(ecrt_slave_pdo_size);
/**< \endcond */ /** \endcond */
/*****************************************************************************/ /*****************************************************************************/
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment