-
Notifications
You must be signed in to change notification settings - Fork 8.3k
Fix include path to app_version.h #100496
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Conversation
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>
nordicjm
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Compliance needs fixing but fix is OK. Other files can be updated also yes
Fix include of app_version.h (see PR zephyrproject-rtos#63973). Signed-off-by: Thomas Decker <decker@jb-lighting.de>
Fix include of app_version.h (see PR zephyrproject-rtos#63973). Signed-off-by: Thomas Decker <decker@jb-lighting.de>
Fix include of app_version.h (see PR zephyrproject-rtos#63973). Signed-off-by: Thomas Decker <decker@jb-lighting.de>
7d39cf6 to
b2fc4fe
Compare
|
AlexFabre
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM



Add
zephyr/namespace toapp_version.h-includes to match with the changes made in #63973:Fix #100458
I could also add commits to change the includes in
soc\silabs\silabs_s2\soc_image_properties.candtests\cmake\app_version\src\main.c, but I can't test it (but maybe CI does in this PR?)