Skip to content

Commit

Permalink
added missing MCUBOOT_VERSION_TWEAK in Zephyr port
Browse files Browse the repository at this point in the history
  • Loading branch information
m5k8 committed Jan 11, 2025
1 parent 59e9f03 commit 66457e7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions boot/zephyr/include/mcuboot_config/mcuboot_config.h
Original file line number Diff line number Diff line change
Expand Up @@ -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 */
Expand Down

0 comments on commit 66457e7

Please sign in to comment.