Skip to content

Commit

Permalink
Fix OTP tool build when ARMORED=1
Browse files Browse the repository at this point in the history
  • Loading branch information
danielinux committed Jun 17, 2024
1 parent e05c5e9 commit 1f44a1a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/image.h
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ int wolfBot_get_dts_size(void *dts_addr);



#if defined(WOLFBOOT_ARMORED)
#if defined(WOLFBOOT_ARMORED) && defined(__WOLFBOOT)

#if !defined(ARCH_ARM) || !defined(__GNUC__)
# error WOLFBOOT_ARMORED only available with arm-gcc compiler
Expand Down

0 comments on commit 1f44a1a

Please sign in to comment.