1
0
mirror of https://github.com/armink/FlashDB.git synced 2025-01-16 20:12:52 +08:00

[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.
This commit is contained in:
Rocky 2024-12-26 12:19:32 +08:00 committed by GitHub
parent cf47f490bb
commit d44118ca82
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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_