IOTSTOR-1009 - TDBStore magic number if endian sensitive - remove incorrect comment

pull/12484/head
Marcin Tomczyk 2020-02-20 22:39:29 -08:00
parent c520449e2d
commit b5d0b7b6f1
1 changed files with 1 additions and 1 deletions

View File

@ -54,7 +54,7 @@ typedef struct {
} ram_table_entry_t;
static const char *master_rec_key = "TDBS";
static const uint32_t tdbstore_magic = 0x54686683; // "TDBS" in ASCII
static const uint32_t tdbstore_magic = 0x54686683;
static const uint32_t tdbstore_revision = 1;
typedef struct {