Skip to content
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

shell: fix shell_stop command #69589

Merged
merged 1 commit into from
Mar 4, 2024

Conversation

jakub-uC
Copy link
Contributor

@jakub-uC jakub-uC commented Feb 29, 2024

Added missing condition to check if log backend is configured before calling the function: z_shell_log_backend_disable. Without this, in some configurations, a compilation error appeared due to calling a non-existent function.

Fixes #69555 lukas-fwdev

Added missing condition to check if log backend is configured before
calling the function: z_shell_log_backend_disable. Without this, in some
configurations, a compilation error appeared due to calling a
non-existent function.

Fixes: zephyrproject-rtos#69555

Signed-off-by: Jakub Rzeszutko <[email protected]>
@jakub-uC jakub-uC force-pushed the fix-shell-stop-function branch from 910a426 to 7889a09 Compare February 29, 2024 02:16
@aescolar aescolar merged commit 1261745 into zephyrproject-rtos:main Mar 4, 2024
21 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area: Shell Shell subsystem
Projects
None yet
Development

Successfully merging this pull request may close these issues.

forgotten IS_ENABLED(CONFIG_SHELL_LOG_BACKEND) condition
5 participants