From 9d522d5a4573dfcb27cf29e87b6df61684a8d728 Mon Sep 17 00:00:00 2001 From: Michael Konieczny Date: Sat, 11 Jan 2025 15:54:45 +0100 Subject: [PATCH] added missing MCUBOOT_VERSION_TWEAK in Zephyr port Signed-off-by: Michael Konieczny --- boot/zephyr/include/mcuboot_config/mcuboot_config.h | 1 + 1 file changed, 1 insertion(+) diff --git a/boot/zephyr/include/mcuboot_config/mcuboot_config.h b/boot/zephyr/include/mcuboot_config/mcuboot_config.h index 573155b39..60fb8e600 100644 --- a/boot/zephyr/include/mcuboot_config/mcuboot_config.h +++ b/boot/zephyr/include/mcuboot_config/mcuboot_config.h @@ -323,6 +323,7 @@ #define MCUBOOT_VERSION_MAJOR APP_VERSION_MAJOR #define MCUBOOT_VERSION_MINOR APP_VERSION_MINOR #define MCUBOOT_VERSION_PATCHLEVEL APP_PATCHLEVEL +#define MCUBOOT_VERSION_TWEAK APP_TWEAK #endif /* Support 32-byte aligned flash sizes */