Skip to content

Commit 861a767

Browse files
committed
doc: build: version: update include path to app_version.h
Update include path note for app_version.h to match changes from PR zephyrproject-rtos#63973 Signed-off-by: Thomas Decker <decker@jb-lighting.de>
1 parent 64a1477 commit 861a767

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/build/version/index.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ Use in code
7272
===========
7373

7474
To use the version information in application code, the version file must be included, then the
75-
fields can be freely used. The include file name is :file:`app_version.h` (no path is needed), the
75+
fields can be freely used. The include file name is :file:`app_version.h` (use ``#include <zephyr/app_version.h>``), the
7676
following defines are available:
7777

7878
+-----------------------------+-------------------+------------------------------------------------------+---------------------------+

0 commit comments

Comments
 (0)