X-Git-Url: https://codewiz.org/gitweb?a=blobdiff_plain;ds=sidebyside;f=bertos%2Fcfg%2Fcfg_i2c.h;h=7df0d097746c4e5c28c4130550c25135018a9e0b;hb=c34de402cec6fda7bf4474f32fed5e5c02cd7e7e;hp=d8929427e7871330a2c1351eafba79e965f536ad;hpb=2237435058d6271d2d41a0533e5d36874146968b;p=bertos.git diff --git a/bertos/cfg/cfg_i2c.h b/bertos/cfg/cfg_i2c.h index d8929427..7df0d097 100644 --- a/bertos/cfg/cfg_i2c.h +++ b/bertos/cfg/cfg_i2c.h @@ -32,8 +32,6 @@ * * \brief Configuration file for I2C module. * - * \version $Id$ - * * \author Daniele Basile */ @@ -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