From 72e80d407c5cdb69420cd10852a46ef6a5d2ce4e Mon Sep 17 00:00:00 2001 From: James Cotton Date: Fri, 15 Jul 2011 11:11:29 -0500 Subject: [PATCH] Change the magic value in the object file table. Forces all objects to be erased since all ids are changing - this frees up memory. --- flight/PiOS/Common/pios_flashfs_objlist.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/flight/PiOS/Common/pios_flashfs_objlist.c b/flight/PiOS/Common/pios_flashfs_objlist.c index b56c14e87..a28ee9843 100644 --- a/flight/PiOS/Common/pios_flashfs_objlist.c +++ b/flight/PiOS/Common/pios_flashfs_objlist.c @@ -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