[fdb] fix description
Update fdb_def.h
This commit is contained in:
commit
aca0c8d0a8
@ -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 */
|
||||
|
Loading…
x
Reference in New Issue
Block a user