Debug statement, if slave does not support mailboxing.
This commit is contained in:
parent
fde0c0977f
commit
99fc363c4f
|
|
@ -685,6 +685,9 @@ void ec_fsm_slave_conf_enter_mbox_sync(
|
|||
|
||||
if (!slave->sii_mailbox_protocols || slave->sii_sync_count < 2) {
|
||||
// no mailbox sync managers to be configured
|
||||
if (master->debug_level)
|
||||
EC_DBG("Slave %i does not support mailbox communication.\n",
|
||||
slave->ring_position);
|
||||
ec_fsm_slave_conf_enter_preop(fsm);
|
||||
return;
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue