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

Corrected subbus product code.

parent e609b4c4
No related branches found
No related tags found
No related merge requests found
......@@ -865,7 +865,7 @@ int ec_slave_is_coupler(const ec_slave_t *slave /**< EtherCAT slave */)
int ec_slave_has_subbus(const ec_slave_t *slave /**< EtherCAT slave */)
{
return slave->sii_vendor_id == 0x00000002
&& slave->sii_product_code == 0x13ED3052;
&& slave->sii_product_code == 0x04602c22;
}
/*****************************************************************************/
......
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