From 4a5e6831a468c3e120cb3f0f3590aff8824ed7d0 Mon Sep 17 00:00:00 2001 From: batt Date: Wed, 12 Nov 2008 13:16:30 +0000 Subject: [PATCH] Reformat comment. git-svn-id: https://src.develer.com/svnoss/bertos/trunk@1928 38d2e660-2303-0410-9eaa-f027e97ec537 --- bertos/drv/i2c.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.25.1