Commit d96d6170 authored by Maxime Vincent's avatar Maxime Vincent Committed by David Brown
Browse files

Include mcuboot_config.h from sign_key.h to fix MCUBOOT_HW_KEY compilation



Signed-off-by: default avatarMaxime Vincent <maxime@veemax.be>
parent 809e77d2
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -25,6 +25,9 @@
#include <stddef.h>
#include <stdint.h>

/* mcuboot_config.h is needed for MCUBOOT_HW_KEY to work */
#include "mcuboot_config/mcuboot_config.h"

#ifdef __cplusplus
extern "C" {
#endif