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

[alert,dv] Fix logic in alert_receiver_driver #25272

Merged
merged 1 commit into from
Dec 2, 2024

Commits on Nov 27, 2024

  1. [alert,dv] Fix logic in alert_receiver_driver

    This was "tightened up" in commit b1095ff, which actually broke
    things! The problem is that I was imagining the "continue" would
    continue in the surrounding "forever" loop. But it doesn't! It just
    skips an iteration of the "repeat" loop inside.
    
    Make the logic a bit more explicit and correctly handle the case where
    we go into reset with the clock paused.
    
    Signed-off-by: Rupert Swarbrick <[email protected]>
    rswarbrick committed Nov 27, 2024
    Configuration menu
    Copy the full SHA
    98f070b View commit details
    Browse the repository at this point in the history