Skip to content

Conversation

@kwd-doodling
Copy link
Contributor

The sedi_log() depends on Zephyr's log system.

Copy link

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull Request Overview

This PR adds conditional compilation to the sedi_log() function based on the CONFIG_LOG configuration option. When logging is disabled, it provides a no-op implementation to prevent build errors.

  • Wraps existing sedi_log() implementation with #if CONFIG_LOG condition
  • Adds stub implementation when CONFIG_LOG is disabled that ignores parameters

Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.

The sedi_log() depends on Zephyr's log system.

Signed-off-by: Dong Wang <dong.d.wang@intel.com>
Copy link

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull Request Overview

Copilot reviewed 1 out of 1 changed files in this pull request and generated 2 comments.


Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.

@kwd-doodling kwd-doodling marked this pull request as ready for review September 19, 2025 01:47
@kwd-doodling kwd-doodling merged commit 2fb1532 into main Sep 19, 2025
5 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants