From: batt Date: Tue, 6 Jul 2010 16:05:26 +0000 (+0000) Subject: Add missing dependancy. X-Git-Tag: 2.6.0~305 X-Git-Url: https://codewiz.org/gitweb?a=commitdiff_plain;h=b16cd1f6d37f95c0f66ac8c4e4e00982c22e6df6;p=bertos.git Add missing dependancy. git-svn-id: https://src.develer.com/svnoss/bertos/trunk@4002 38d2e660-2303-0410-9eaa-f027e97ec537 --- diff --git a/bertos/fs/fat.h b/bertos/fs/fat.h index 7d03252b..df748d5b 100644 --- a/bertos/fs/fat.h +++ b/bertos/fs/fat.h @@ -40,7 +40,7 @@ * * $WIZ$ module_name = "fat" * $WIZ$ module_configuration = "bertos/cfg/cfg_fat.h" - * $WIZ$ module_depends = "kfile", "ff" + * $WIZ$ module_depends = "kfile", "ff", "diskio" * */