-
Notifications
You must be signed in to change notification settings - Fork 143
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
Timer broken on hosted #387
Comments
Maybe the cast from int64_t to uint32_t is not the best idea… I didn't even test this *shame*. |
(can reproduce) |
hm, it works with a |
Yep, found the bug. I need to add some tests for this though… |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Consider this example on hosted/macOS:
It spit out numbers without delays.
Some code that deals with real world peripherals relies on that.
Probably related to #374. I'll do a bisect soon.
The text was updated successfully, but these errors were encountered: