Skip to content

Commit

Permalink
Merge pull request #378 from danielinux/fix_bigendian_constant
Browse files Browse the repository at this point in the history
Fix prefix typo in Bigendian constant define
  • Loading branch information
dgarske authored Oct 13, 2023
2 parents 8d882bc + 1216835 commit cd385df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/wolfboot/wolfboot.h
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ extern "C" {
#endif

#ifdef BIG_ENDIAN_ORDER
# define WOLFBOOT_MAGIC 0X574F4C46 /* WOLF */
# define WOLFBOOT_MAGIC 0x574F4C46 /* WOLF */
# define WOLFBOOT_MAGIC_TRAIL 0x424F4F54 /* BOOT */
#else
# define WOLFBOOT_MAGIC 0x464C4F57 /* WOLF */
Expand Down

0 comments on commit cd385df

Please sign in to comment.