Add cfg for flash module.
authorasterix <asterix@38d2e660-2303-0410-9eaa-f027e97ec537>
Mon, 27 Sep 2010 12:03:58 +0000 (12:03 +0000)
committerasterix <asterix@38d2e660-2303-0410-9eaa-f027e97ec537>
Mon, 27 Sep 2010 12:03:58 +0000 (12:03 +0000)
git-svn-id: https://src.develer.com/svnoss/bertos/trunk@4311 38d2e660-2303-0410-9eaa-f027e97ec537

bertos/drv/flash.h

index 461b67c47fda21af2b62fc0d50568cef1ae1965d..eccaf7519a6ec20e8baec1a820aadc324dc2580d 100644 (file)
@@ -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