浏览代码

Fixup the DUMP_MAGIC constant

Yuri D'Elia 2 年之前
父节点
当前提交
f4fcdae630
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      Firmware/xflash_layout.h

+ 1 - 1
Firmware/xflash_layout.h

@@ -11,7 +11,7 @@
 #define LANG_SIZE   XFLASH_SIZE
 #else
 
-#define DUMP_MAGIC  0x47555255ul
+#define DUMP_MAGIC  0x55525547ul
 
 struct dump_header_t
 {