From: batt Date: Fri, 17 Apr 2009 17:19:30 +0000 (+0000) Subject: Reformat. X-Git-Tag: 2.1.0~129 X-Git-Url: https://codewiz.org/gitweb?p=bertos.git;a=commitdiff_plain;h=2237435058d6271d2d41a0533e5d36874146968b Reformat. git-svn-id: https://src.develer.com/svnoss/bertos/trunk@2553 38d2e660-2303-0410-9eaa-f027e97ec537 --- diff --git a/bertos/cfg/cfg_dc_motor.h b/bertos/cfg/cfg_dc_motor.h index 631c15d7..0f9d1b14 100644 --- a/bertos/cfg/cfg_dc_motor.h +++ b/bertos/cfg/cfg_dc_motor.h @@ -41,10 +41,10 @@ #define CFG_DC_MOTOR_H /** - * Number of the DC motors to mange. + * Number of the DC motors to manage. * * $WIZ$ type = "int" - * $WIZ$ min = "0" + * $WIZ$ min = "1" */ #define CONFIG_NUM_DC_MOTOR 1 diff --git a/bertos/cfg/cfg_i2c.h b/bertos/cfg/cfg_i2c.h index fffe23d5..d8929427 100644 --- a/bertos/cfg/cfg_i2c.h +++ b/bertos/cfg/cfg_i2c.h @@ -48,8 +48,9 @@ #define CONFIG_I2C_FREQ 100000UL /** - * I2C start timeout: for how many milliseconds - * the twi_start should try to get an ACK before + * I2C start timeout. + * For how many milliseconds the i2c_start + * should try to get an ACK before * returning error. * * $WIZ$ type = "int" @@ -57,7 +58,8 @@ #define CONFIG_I2C_START_TIMEOUT 100 /** - * I2C driver can have 2 backends: + * I2C backend the driver should use. + * * I2C_BACKEND_BUILTIN: Use (if present) the builtin i2c hardware. * I2C_BACKEND_BITBANG: Use the emulated bitbang driver. * \see drv/i2c.h for more information.