From: duplo Date: Thu, 23 Apr 2009 12:48:12 +0000 (+0000) Subject: i2c doesn't support at91 cpus. X-Git-Tag: 2.1.0~34 X-Git-Url: https://codewiz.org/gitweb?a=commitdiff_plain;h=1d80bcc0499da60198f8c52e5c3004a7e885dae5;p=bertos.git i2c doesn't support at91 cpus. git-svn-id: https://src.develer.com/svnoss/bertos/trunk@2648 38d2e660-2303-0410-9eaa-f027e97ec537 --- diff --git a/bertos/drv/i2c.h b/bertos/drv/i2c.h index c09871fa..a962d171 100644 --- a/bertos/drv/i2c.h +++ b/bertos/drv/i2c.h @@ -38,7 +38,7 @@ * $WIZ$ module_name = "i2c" * $WIZ$ module_configuration = "bertos/cfg/cfg_i2c.h" * $WIZ$ module_hw = "bertos/hw/hw_i2c_bitbang.h" - * $WIZ$ module_supports = "not atmega103 and not atmega168" + * $WIZ$ module_supports = "not atmega103 and not atmega168 and not at91" */ #ifndef DRV_I2C_H