X-Git-Url: https://codewiz.org/gitweb?a=blobdiff_plain;f=bertos%2Fdrv%2Feeprom.h;h=d53c7976290bb8968e3e5aba054505f467526e26;hb=107463176ed534c103d07724177beafe0c21a466;hp=ef6c58c952100e42feb733ba3f758e21cbfcda8a;hpb=ee668d15beb93a94fbb5d145284c9b39bdfa8c90;p=bertos.git diff --git a/bertos/drv/eeprom.h b/bertos/drv/eeprom.h index ef6c58c9..d53c7976 100644 --- a/bertos/drv/eeprom.h +++ b/bertos/drv/eeprom.h @@ -36,7 +36,8 @@ * \author Bernie Innocenti * * $WIZ$ module_name = "eeprom" - * $WIZ$ module_depends = "kfile", "i2c" + * $WIZ$ module_configuration = "bertos/cfg/cfg_eeprom.h" + * $WIZ$ module_depends = "kfile", "kfile_block", "kblock", "i2c" */ #ifndef DRV_EEPROM_H