From c2bba5bc02081b369d2117e4f19c2473d31fd21f Mon Sep 17 00:00:00 2001 From: duplo Date: Thu, 23 Apr 2009 12:27:34 +0000 Subject: [PATCH] at91 cpus are currently not supported. git-svn-id: https://src.develer.com/svnoss/bertos/trunk@2647 38d2e660-2303-0410-9eaa-f027e97ec537 --- bertos/drv/eeprom.h | 1 + 1 file changed, 1 insertion(+) 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 -- 2.25.1