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

Minor change.

parent 830a6139
No related branches found
No related tags found
No related merge requests found
...@@ -369,7 +369,9 @@ ec_slave_config_t *ecrt_master_slave_config( ...@@ -369,7 +369,9 @@ ec_slave_config_t *ecrt_master_slave_config(
* *
* \return 0 in case of success, else < 0 * \return 0 in case of success, else < 0
*/ */
int ecrt_master_activate( ec_master_t *master /**< EtherCAT master. */); int ecrt_master_activate(
ec_master_t *master /**< EtherCAT master. */
);
/** Sends all datagrams in the queue. /** Sends all datagrams in the queue.
* *
......
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