[fdb] fix description

Update fdb_def.h
This commit is contained in:
朱天龙 (Armink) 2020-06-28 12:55:53 +08:00 committed by GitHub
commit aca0c8d0a8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -61,12 +61,12 @@ if (!(EXPR)) \
while (1); \
}
#define FDB_KVDB_CTRL_SET_SEC_SIZE 0x0 /**< get sector size control command */
#define FDB_KVDB_CTRL_SET_SEC_SIZE 0x0 /**< set sector size control command */
#define FDB_KVDB_CTRL_GET_SEC_SIZE 0x1 /**< get sector size control command */
#define FDB_KVDB_CTRL_SET_LOCK 0x2 /**< set lock function control command */
#define FDB_KVDB_CTRL_SET_UNLOCK 0x3 /**< set unlock function control command */
#define FDB_TSDB_CTRL_SET_SEC_SIZE 0x0 /**< get sector size control command */
#define FDB_TSDB_CTRL_SET_SEC_SIZE 0x0 /**< set sector size control command */
#define FDB_TSDB_CTRL_GET_SEC_SIZE 0x1 /**< get sector size control command */
#define FDB_TSDB_CTRL_SET_LOCK 0x2 /**< set lock function control command */
#define FDB_TSDB_CTRL_SET_UNLOCK 0x3 /**< set unlock function control command */