From: asterix Date: Mon, 27 Sep 2010 12:03:58 +0000 (+0000) Subject: Add cfg for flash module. X-Git-Tag: 2.6.0~90 X-Git-Url: https://codewiz.org/gitweb?a=commitdiff_plain;h=b0b4175fef274ef3d9e3d9fae6144f5c780b04d9;p=bertos.git Add cfg for flash module. git-svn-id: https://src.develer.com/svnoss/bertos/trunk@4311 38d2e660-2303-0410-9eaa-f027e97ec537 --- diff --git a/bertos/drv/flash.h b/bertos/drv/flash.h index 461b67c4..eccaf751 100644 --- a/bertos/drv/flash.h +++ b/bertos/drv/flash.h @@ -37,6 +37,7 @@ * * $WIZ$ module_name = "flash" * $WIZ$ module_depends = "kfile", "kfile_block", "kblock" +* $WIZ$ module_configuration = "bertos/cfg/cfg_emb_flash.h" */ #ifndef DRV_FLASH_H