-
Notifications
You must be signed in to change notification settings - Fork 2.1k
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 timer list empty bug #12723
Fix timer list empty bug #12723
Conversation
PR #12723: Size comparison from b9d8ef1 to 011a8a7 Increases (2 builds for esp32, qpg)
Full report (38 builds for efr32, esp32, k32w, linux, mbed, nrfconnect, p6, qpg, telink)
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Is there a unit test that could have found this? This is absolutely in the real of what should have been unit tested
There isn't because historically that code was an unexposed internal detail. But yes, I should have added some when I refactored it, and will do so. #12729 |
Close since #12742 merged |
Thanks for catching this. |
Problem
The
TimerList::Empty()
returns wrong value.Change overview
A small bug fix.