From: duplo Date: Mon, 20 Apr 2009 09:26:48 +0000 (+0000) Subject: Correct a bug X-Git-Tag: 2.1.0~121 X-Git-Url: https://codewiz.org/gitweb?a=commitdiff_plain;h=061cb6ae8172b6675a0ea125c66de290bcee7e56;p=bertos.git Correct a bug git-svn-id: https://src.develer.com/svnoss/bertos/trunk@2561 38d2e660-2303-0410-9eaa-f027e97ec537 --- diff --git a/bertos/cfg/cfg_i2c.h b/bertos/cfg/cfg_i2c.h index d8929427..af36e6b6 100644 --- a/bertos/cfg/cfg_i2c.h +++ b/bertos/cfg/cfg_i2c.h @@ -64,7 +64,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