diff --git a/inc/fdb_cfg.h b/inc/fdb_cfg_template.h similarity index 90% rename from inc/fdb_cfg.h rename to inc/fdb_cfg_template.h index e8748ab..c2de3c3 100644 --- a/inc/fdb_cfg.h +++ b/inc/fdb_cfg_template.h @@ -6,7 +6,7 @@ /** * @file - * @brief configuration file + * @brief configuration template file. You need to rename the file to "fbd_cfg.h" and modify the configuration items in it to suit your use. */ #ifndef _FDB_CFG_H_