We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
zephyr/
1 parent 334d2c2 commit aa1f956Copy full SHA for aa1f956
boot/zephyr/include/mcuboot_config/mcuboot_config.h
@@ -295,7 +295,7 @@
295
#endif
296
297
#if defined(MCUBOOT_DATA_SHARING) && defined(ZEPHYR_VER_INCLUDE)
298
-#include <app_version.h>
+#include <zephyr/app_version.h>
299
300
#define MCUBOOT_VERSION_AVAILABLE
301
#define MCUBOOT_VERSION_MAJOR APP_VERSION_MAJOR
boot/zephyr/kernel/banner.c
@@ -8,8 +8,8 @@
8
#include <zephyr/kernel.h>
9
#include <zephyr/init.h>
10
#include <zephyr/device.h>
11
-#include <version.h>
12
+#include <zephyr/version.h>
13
14
#if defined(CONFIG_BOOT_DELAY) && (CONFIG_BOOT_DELAY > 0)
15
#define DELAY_STR STRINGIFY(CONFIG_BOOT_DELAY)
0 commit comments