Fehler in mini korrigiert.

This commit is contained in:
Florian Pose 2006-02-03 16:38:43 +00:00
parent fb4b07cf52
commit f84965c036
1 changed files with 1 additions and 1 deletions

View File

@ -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;
}