Add cfg for flash module.
[bertos.git] / 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