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

Fix Zephyr testcase with latest Zephyr #267

Merged
merged 1 commit into from
Oct 16, 2023
Merged

Commits on Oct 15, 2023

  1. Fix Zephyr testcase with latest Zephyr

    In Zephyr PR #63351 , commit:
    a35e40f410750f3205f0d87489aa0dfa4006e1d3
    Support for k_mem_block was removed which was used
    by this Zephyr test.
    
    Update the tets to just use a void* (which is what should be
    used instead).
    
    Signed-off-by: Alberto Escolar Piedras <alberto.escolar.piedras@nordicsemi.no>
    aescolar committed Oct 15, 2023
    Configuration menu
    Copy the full SHA
    37f72d1 View commit details
    Browse the repository at this point in the history