mirror of
https://bitbucket.org/librepilot/librepilot.git
synced 2025-01-18 03:52:11 +01:00
Change the magic value in the object file table. Forces all objects to be
erased since all ids are changing - this frees up memory.
This commit is contained in:
parent
2ab57910ce
commit
72e80d407c
@ -56,7 +56,7 @@ struct fileHeader {
|
||||
} __attribute__((packed));
|
||||
|
||||
|
||||
#define OBJECT_TABLE_MAGIC 0x85FB3C34
|
||||
#define OBJECT_TABLE_MAGIC 0x85FB3C35
|
||||
#define OBJ_MAGIC 0x3015AE71
|
||||
#define OBJECT_TABLE_START 0x00000010
|
||||
#define OBJECT_TABLE_END 0x00001000
|
||||
|
Loading…
x
Reference in New Issue
Block a user