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

Fehler in mini korrigiert.

parent 381f5832
No related branches found
No related tags found
No related merge requests found
......@@ -73,7 +73,7 @@ int __init init_mini_module(void)
EtherCAT_rt_debug_level(master, 2);
if (EtherCAT_rt_canopen_sdo_write(master, s_ssi, 0x4067, 2, 2)) {
if (EtherCAT_rt_canopen_sdo_write(master, s_ssi, 0x4067, 0, 2, 2)) {
printk(KERN_ERR "EtherCAT: Could not set SSI baud rate!\n");
goto out_release_master;
}
......
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