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

Don't return from reboot #772

Merged
merged 1 commit into from
Aug 19, 2022
Merged

Don't return from reboot #772

merged 1 commit into from
Aug 19, 2022

Conversation

earlephilhower
Copy link
Owner

rp2040.reboot() would set a reboot timer for 100ms in the future, but then
return to user code and doing stuff until the timer expired. Now wait
until the WDT fire.

rp2040.reboot() would set a reboot timer for 100ms in the future, but then
return to user code and doing stuff until the timer expired.  Now wait
until the WDT fire.
@earlephilhower earlephilhower merged commit 2b6ab6c into master Aug 19, 2022
@earlephilhower earlephilhower deleted the reboot branch August 19, 2022 19:21
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant