at91sam7s-ek: add the "kernel" preset template.
[bertos.git] / bertos / cfg / cfg_i2c.h
index d8929427e7871330a2c1351eafba79e965f536ad..7df0d097746c4e5c28c4130550c25135018a9e0b 100644 (file)
@@ -32,8 +32,6 @@
  *
  * \brief Configuration file for I2C module.
  *
- * \version $Id$
- *
  * \author Daniele Basile <asterix@develer.com>
  */
 
@@ -64,7 +62,7 @@
  * I2C_BACKEND_BITBANG: Use the emulated bitbang driver.
  * \see drv/i2c.h for more information.
  *
- * $WIZ$ type = "enum",
+ * $WIZ$ type = "enum"
  * $WIZ$ value_list = "i2c_backend"
  */
 #define CONFIG_I2C_BACKEND I2C_BACKEND_BUILTIN