No bus time measuring on device registration.

This commit is contained in:
Florian Pose 2006-09-28 13:24:44 +00:00
parent 2303af54b2
commit e1a854722a
1 changed files with 0 additions and 1 deletions

View File

@ -377,7 +377,6 @@ int ecdev_start(unsigned int master_index /**< master index */)
return -1;
}
ec_master_measure_bus_time(master);
ec_master_idle_start(master);
return 0;
}