From: batt Date: Thu, 3 Feb 2011 18:21:41 +0000 (+0000) Subject: Add missing configuration file for EEPROM driver. X-Git-Tag: 2.7.0~287 X-Git-Url: https://codewiz.org/gitweb?a=commitdiff_plain;h=bda93760e44feebf2b73c498955c46d4853eed19;p=bertos.git Add missing configuration file for EEPROM driver. git-svn-id: https://src.develer.com/svnoss/bertos/trunk@4679 38d2e660-2303-0410-9eaa-f027e97ec537 --- diff --git a/bertos/drv/eeprom.h b/bertos/drv/eeprom.h index 063c3d4d..d53c7976 100644 --- a/bertos/drv/eeprom.h +++ b/bertos/drv/eeprom.h @@ -36,6 +36,7 @@ * \author Bernie Innocenti * * $WIZ$ module_name = "eeprom" + * $WIZ$ module_configuration = "bertos/cfg/cfg_eeprom.h" * $WIZ$ module_depends = "kfile", "kfile_block", "kblock", "i2c" */