Comply to new wdt interface.
[bertos.git] / bertos / drv / i2c.h
index 3d72003399c46a3a0bdd273f72ef295e7b685963..b5548fc5230a2106c218974841ce8733fc57665a 100644 (file)
@@ -48,7 +48,7 @@
  * Sometimes your cpu does not have a builtin
  * i2c driver or you don't want, for some reason, to
  * use that.
- * You can choose, at compile time, which backend to use.
+ * With this you can choose, at compile time, which backend to use.
  * \{
  */
 #define I2C_BACKEND_BUILTIN 0 ///< Uses cpu builtin i2c driver