diff --git a/include/shell/shell.h b/include/shell/shell.h index d60c8ff8362c6a..d1ab41b3765b12 100644 --- a/include/shell/shell.h +++ b/include/shell/shell.h @@ -659,7 +659,7 @@ BUILD_ASSERT((sizeof(struct shell_backend_ctx_flags) == sizeof(uint32_t)), * @internal @brief Union for internal shell usage. */ union shell_backend_cfg { - uint32_t value; + atomic_t value; struct shell_backend_config_flags flags; };