Merge pull request #12484 from mtomczykmobica/IOTSTOR-1009

TDBStore magic number if endian sensitive fix comment
pull/12492/head
Martin Kojtal 2020-02-21 13:47:18 +00:00 committed by GitHub
commit 17394b98be
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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 {