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