X-Git-Url: https://codewiz.org/gitweb?a=blobdiff_plain;f=bertos%2Fdrv%2Fi2c.h;h=b5548fc5230a2106c218974841ce8733fc57665a;hb=363488c3837a683f341ad4640fe975cbf9fdbd8a;hp=3d72003399c46a3a0bdd273f72ef295e7b685963;hpb=9d180dc662d1f010f5d648fc833868e8bf983e37;p=bertos.git diff --git a/bertos/drv/i2c.h b/bertos/drv/i2c.h index 3d720033..b5548fc5 100644 --- a/bertos/drv/i2c.h +++ b/bertos/drv/i2c.h @@ -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