Skip to content

Commit 256a02c

Browse files
m5k8nordicjm
authored andcommitted
added missing MCUBOOT_VERSION_TWEAK in Zephyr port
Signed-off-by: Michael Konieczny <[email protected]>
1 parent 59e9f03 commit 256a02c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

boot/zephyr/include/mcuboot_config/mcuboot_config.h

+1
Original file line numberDiff line numberDiff line change
@@ -323,6 +323,7 @@
323323
#define MCUBOOT_VERSION_MAJOR APP_VERSION_MAJOR
324324
#define MCUBOOT_VERSION_MINOR APP_VERSION_MINOR
325325
#define MCUBOOT_VERSION_PATCHLEVEL APP_PATCHLEVEL
326+
#define MCUBOOT_VERSION_TWEAK APP_TWEAK
326327
#endif
327328

328329
/* Support 32-byte aligned flash sizes */

0 commit comments

Comments
 (0)