Reformat.
authorbatt <batt@38d2e660-2303-0410-9eaa-f027e97ec537>
Fri, 17 Apr 2009 17:19:30 +0000 (17:19 +0000)
committerbatt <batt@38d2e660-2303-0410-9eaa-f027e97ec537>
Fri, 17 Apr 2009 17:19:30 +0000 (17:19 +0000)
git-svn-id: https://src.develer.com/svnoss/bertos/trunk@2553 38d2e660-2303-0410-9eaa-f027e97ec537

bertos/cfg/cfg_dc_motor.h
bertos/cfg/cfg_i2c.h

index 631c15d731ab773e7d86653b34010031427ff96b..0f9d1b14cefa4d4a190cca4c53000023ca7d27bc 100644 (file)
 #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
 
index fffe23d5eb79651894738173ab8f3d0559e4d409..d8929427e7871330a2c1351eafba79e965f536ad 100644 (file)
@@ -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.