Skip to content

Commit 8a07053

Browse files
de-nordicnordicjm
authored andcommitted
bootutil: Fix log module registration
Use BOOT_LOG_MODULE_REGISTER(mcuboot_psa_enc), instead of BOOT_LOG_MODULE_DECLARE. Signed-off-by: Dominik Ermel <dominik.ermel@nordicsemi.no>
1 parent a0e08ff commit 8a07053

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

boot/bootutil/src/encrypted_psa.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
#include "bootutil_priv.h"
2626
#include "bootutil/bootutil_log.h"
2727

28-
BOOT_LOG_MODULE_DECLARE(mcuboot_psa_enc);
28+
BOOT_LOG_MODULE_REGISTER(mcuboot_psa_enc);
2929

3030
#if defined(MCUBOOT_HMAC_SHA512)
3131
#define PSA_HMAC_HKDF_SHA PSA_ALG_SHA_512

0 commit comments

Comments
 (0)