From d44118ca827e98176c561e5417369782f355d903 Mon Sep 17 00:00:00 2001 From: Rocky <517503838@qq.com> Date: Thu, 26 Dec 2024 12:19:32 +0800 Subject: [PATCH] [fdb] Rename "fdb_cfg.h" to "fdb_cfg_template.h" in inc folder (#338) You need to rename the file to "fbd_cfg.h" and modify the configuration items in it to suit your use. --- inc/{fdb_cfg.h => fdb_cfg_template.h} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename inc/{fdb_cfg.h => fdb_cfg_template.h} (90%) 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_