Skip to content

Commit b5d0b7b

Browse files
author
Marcin Tomczyk
committed
IOTSTOR-1009 - TDBStore magic number if endian sensitive - remove incorrect comment
1 parent c520449 commit b5d0b7b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: features/storage/kvstore/tdbstore/TDBStore.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ typedef struct {
5454
} ram_table_entry_t;
5555

5656
static const char *master_rec_key = "TDBS";
57-
static const uint32_t tdbstore_magic = 0x54686683; // "TDBS" in ASCII
57+
static const uint32_t tdbstore_magic = 0x54686683;
5858
static const uint32_t tdbstore_revision = 1;
5959

6060
typedef struct {

0 commit comments

Comments
 (0)