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

drivers: rtc: sam: Fix missing function #81456

Merged
merged 1 commit into from
Nov 15, 2024

Commits on Nov 15, 2024

  1. drivers: rtc: sam: Fix missing function

    The zephyrproject-rtos#64939 introduced a few convenience function like
    rtc_utils_validate_rtc_time. However the PR did not replace all
    occurrences which result on a build error. This add the missing
    header include to remove a building warning and replace the old
    function by the new one.
    
    Fixes zephyrproject-rtos#81454
    
    Signed-off-by: Gerson Fernando Budke <[email protected]>
    nandojve committed Nov 15, 2024
    Configuration menu
    Copy the full SHA
    aaaf45f View commit details
    Browse the repository at this point in the history