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

Doppeltes Senden ist kein Fehler mehr.

parent 7f21753c
No related branches found
No related tags found
No related merge requests found
......@@ -210,8 +210,7 @@ int EtherCAT_device_send(EtherCAT_device_t *ecd,
if (ecd->state == ECAT_DS_SENT)
{
EC_DBG(KERN_ERR "EtherCAT: Trying to send frame while last was not received!\n");
return -1;
EC_DBG(KERN_WARNING "EtherCAT: Trying to send frame while last was not received!\n");
}
skb_trim(ecd->tx_skb, 0); // Clear transmit socket buffer
......
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