mirror of https://github.com/ARMmbed/mbed-os.git
IOTSTOR-1009 - TDBStore magic number if endian sensitive - remove incorrect comment
parent
c520449e2d
commit
b5d0b7b6f1
|
@ -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 {
|
||||
|
|
Loading…
Reference in New Issue