Skip to content

Commit cd385df

Browse files
authored
Merge pull request #378 from danielinux/fix_bigendian_constant
Fix prefix typo in Bigendian constant define
2 parents 8d882bc + 1216835 commit cd385df

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

include/wolfboot/wolfboot.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ extern "C" {
5252
#endif
5353

5454
#ifdef BIG_ENDIAN_ORDER
55-
# define WOLFBOOT_MAGIC 0X574F4C46 /* WOLF */
55+
# define WOLFBOOT_MAGIC 0x574F4C46 /* WOLF */
5656
# define WOLFBOOT_MAGIC_TRAIL 0x424F4F54 /* BOOT */
5757
#else
5858
# define WOLFBOOT_MAGIC 0x464C4F57 /* WOLF */

0 commit comments

Comments
 (0)