From: batt Date: Wed, 12 Nov 2008 13:16:30 +0000 (+0000) Subject: Reformat comment. X-Git-Tag: 2.0.0~6 X-Git-Url: https://codewiz.org/gitweb?p=bertos.git;a=commitdiff_plain;h=4a5e6831a468c3e120cb3f0f3590aff8824ed7d0 Reformat comment. git-svn-id: https://src.develer.com/svnoss/bertos/trunk@1928 38d2e660-2303-0410-9eaa-f027e97ec537 --- 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