I2C: Remove the setfrequency method from the interface

This commit is contained in:
Gregory Nutt
2016-02-01 16:31:13 -06:00
parent 6ad641888b
commit 69ce24c70c
22 changed files with 5 additions and 107 deletions
-4
View File
@@ -922,10 +922,6 @@ int ov2640_initialize(FAR struct i2c_master_s *i2c)
{
int ret;
/* Configure I2C bus for the OV2640 */
I2C_SETFREQUENCY(i2c, CONFIG_OV2640_FREQUENCY);
/* Reset the OVR2640 */
ret = ov2640_reset(i2c);