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

test: logging: dictionary: fix build error with minimal libc #75597

Commits on Jul 8, 2024

  1. test: logging: dictionary: fix build error

    In `tests/subsys/logging/dictionary` we don't include stdio.h
    header but use standard stream definitions (i.e. `stdout`)
    which cause build issues (if the minimal libc is used).
    
    Fix that.
    
    Signed-off-by: Evgeniy Paltsev <[email protected]>
    Signed-off-by: Eugeniy Paltsev <[email protected]>
    evgeniy-paltsev committed Jul 8, 2024
    Configuration menu
    Copy the full SHA
    0963a28 View commit details
    Browse the repository at this point in the history