From 1d80bcc0499da60198f8c52e5c3004a7e885dae5 Mon Sep 17 00:00:00 2001 From: duplo Date: Thu, 23 Apr 2009 12:48:12 +0000 Subject: [PATCH] i2c doesn't support at91 cpus. git-svn-id: https://src.develer.com/svnoss/bertos/trunk@2648 38d2e660-2303-0410-9eaa-f027e97ec537 --- bertos/drv/i2c.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.25.1