We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c520449 commit b5d0b7bCopy full SHA for b5d0b7b
features/storage/kvstore/tdbstore/TDBStore.cpp
@@ -54,7 +54,7 @@ typedef struct {
54
} ram_table_entry_t;
55
56
static const char *master_rec_key = "TDBS";
57
-static const uint32_t tdbstore_magic = 0x54686683; // "TDBS" in ASCII
+static const uint32_t tdbstore_magic = 0x54686683;
58
static const uint32_t tdbstore_revision = 1;
59
60
typedef struct {
0 commit comments