The I2C_TRANSFER method is no longer optional

This commit is contained in:
Gregory Nutt
2016-01-31 14:16:05 -06:00
parent 9370b94241
commit 10000841a8
21 changed files with 7 additions and 70 deletions
-3
View File
@@ -43,8 +43,6 @@
#include <nuttx/i2c/i2c_master.h>
#if defined(CONFIG_I2C_TRANSFER)
/****************************************************************************
* Public Functions
****************************************************************************/
@@ -91,4 +89,3 @@ int i2c_write(FAR struct i2c_master_s *dev,
return I2C_TRANSFER(dev, &msg, 1);
}
#endif /* CONFIG_I2C_TRANSFER */