You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Logs and console output
If applicable, add console logs or other types of debug information
e.g Wireshark capture or Logic analyzer capture (upload in zip archive).
copy-and-paste text and put a code fence (```) before and after, to help
explain the issue. (if unable to obtain text log, add a screenshot)
Environment (please complete the following information):
OS: Linux
Toolchain: native
happend on git HEAD of today (git describe --tags: zephyr-v2.4.0-388-g5bda586c64)
The text was updated successfully, but these errors were encountered:
Fix a compilation error when shell help feature was not selected and
but shell help command was compiled.
Fixes: zephyrproject-rtos#29042
Signed-off-by: Jakub Rzeszutko <[email protected]>
Fix a compilation error when shell help feature was not selected and
but shell help command was compiled.
Fixes: #29042
Signed-off-by: Jakub Rzeszutko <[email protected]>
Describe the bug
A clear and concise description of what the bug is.
What have you tried to diagnose or workaround this issue?
To Reproduce
Changing CONFIG_SHELL_HELP=n "fixes" the issue.
Logs and console output
If applicable, add console logs or other types of debug information
e.g Wireshark capture or Logic analyzer capture (upload in zip archive).
copy-and-paste text and put a code fence (```) before and after, to help
explain the issue. (if unable to obtain text log, add a screenshot)
Environment (please complete the following information):
The text was updated successfully, but these errors were encountered: