We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 8d882bc + 1216835 commit cd385dfCopy full SHA for cd385df
1 file changed
include/wolfboot/wolfboot.h
@@ -52,7 +52,7 @@ extern "C" {
52
#endif
53
54
#ifdef BIG_ENDIAN_ORDER
55
-# define WOLFBOOT_MAGIC 0X574F4C46 /* WOLF */
+# define WOLFBOOT_MAGIC 0x574F4C46 /* WOLF */
56
# define WOLFBOOT_MAGIC_TRAIL 0x424F4F54 /* BOOT */
57
#else
58
# define WOLFBOOT_MAGIC 0x464C4F57 /* WOLF */
0 commit comments