From 061cb6ae8172b6675a0ea125c66de290bcee7e56 Mon Sep 17 00:00:00 2001 From: duplo Date: Mon, 20 Apr 2009 09:26:48 +0000 Subject: [PATCH] Correct a bug git-svn-id: https://src.develer.com/svnoss/bertos/trunk@2561 38d2e660-2303-0410-9eaa-f027e97ec537 --- bertos/cfg/cfg_i2c.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.25.1