Explorar o código

Fixup the DUMP_MAGIC constant

Yuri D'Elia %!s(int64=2) %!d(string=hai) anos
pai
achega
f4fcdae630
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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
 {