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

Debug statement, if slave does not support mailboxing.

parent b0d95eb8
No related branches found
No related tags found
No related merge requests found
......@@ -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;
}
......
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