From 2cf89a4723de15eadeeba8f8453170c94b19d496 Mon Sep 17 00:00:00 2001 From: asterix Date: Thu, 12 Aug 2010 10:09:59 +0000 Subject: [PATCH] Add flash dependence for wizard. git-svn-id: https://src.develer.com/svnoss/bertos/trunk@4171 38d2e660-2303-0410-9eaa-f027e97ec537 --- bertos/drv/flash.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bertos/drv/flash.h b/bertos/drv/flash.h index c1844e31..9552a2e6 100644 --- a/bertos/drv/flash.h +++ b/bertos/drv/flash.h @@ -36,7 +36,7 @@ * \author Daniele Basile * * $WIZ$ module_name = "flash" -* $WIZ$ module_depends = "kfile" +* $WIZ$ module_depends = "kfile", "kfile_block", "kblock" */ #ifndef DRV_FLASH_H -- 2.25.1