From: duplo Date: Thu, 23 Apr 2009 12:27:34 +0000 (+0000) Subject: at91 cpus are currently not supported. X-Git-Tag: 2.1.0~35 X-Git-Url: https://codewiz.org/gitweb?a=commitdiff_plain;h=c2bba5bc02081b369d2117e4f19c2473d31fd21f;p=bertos.git at91 cpus are currently not supported. git-svn-id: https://src.develer.com/svnoss/bertos/trunk@2647 38d2e660-2303-0410-9eaa-f027e97ec537 --- diff --git a/bertos/drv/eeprom.h b/bertos/drv/eeprom.h index 3ab6637e..a7baf529 100644 --- a/bertos/drv/eeprom.h +++ b/bertos/drv/eeprom.h @@ -39,6 +39,7 @@ * * $WIZ$ module_name = "eeprom" * $WIZ$ module_depends = "kfile", "i2c" + * $WIZ$ module_supports = "not at91" */ #ifndef DRV_EEPROM_H