mirror of
https://gitlab.com/etherlab.org/ethercat.git
synced 2026-02-05 19:39:50 +08:00
Minor: Fixed indent.
This commit is contained in:
@@ -28,8 +28,8 @@
|
||||
*****************************************************************************/
|
||||
|
||||
/**
|
||||
\file
|
||||
Ethernet over EtherCAT (EoE).
|
||||
\file
|
||||
Ethernet over EtherCAT (EoE).
|
||||
*/
|
||||
|
||||
/*****************************************************************************/
|
||||
@@ -368,10 +368,10 @@ void ec_eoe_run(ec_eoe_t *eoe /**< EoE handler */)
|
||||
*/
|
||||
void ec_eoe_queue(ec_eoe_t *eoe /**< EoE handler */)
|
||||
{
|
||||
if (eoe->queue_datagram) {
|
||||
ec_master_queue_datagram_ext(eoe->slave->master, &eoe->datagram);
|
||||
eoe->queue_datagram = 0;
|
||||
}
|
||||
if (eoe->queue_datagram) {
|
||||
ec_master_queue_datagram_ext(eoe->slave->master, &eoe->datagram);
|
||||
eoe->queue_datagram = 0;
|
||||
}
|
||||
}
|
||||
|
||||
/*****************************************************************************/
|
||||
|
||||
Reference in New Issue
Block a user