Skip to content

doc typo fix in OnDiskGif #7816

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

Merged
merged 1 commit into from
Mar 30, 2023
Merged

doc typo fix in OnDiskGif #7816

merged 1 commit into from
Mar 30, 2023

Conversation

dhalbert
Copy link
Collaborator

Thanks @TheKitty for spotting this.

@dhalbert dhalbert requested a review from TheKitty March 29, 2023 21:17
@microdev1 microdev1 merged commit b014e94 into adafruit:main Mar 30, 2023
@dhalbert dhalbert deleted the gifio-doc-fix branch March 30, 2023 19:53
dhalbert pushed a commit to dhalbert/circuitpython that referenced this pull request Sep 19, 2023
Not safe to use mp_hal_delay_ms before boot if threading is enabled,
because threading will not have been initialised, and
MICROPY_EVENT_POLL_HOOK assumes threading is initialised.

HAL_Delay doesn't call MICROPY_EVENT_POLL_HOOK, but is still
power-efficient like mp_hal_delay_ms (unlike mp_hal_delay_us).

Fixes adafruit#7816.

Signed-off-by: Jim Mussared <[email protected]>
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.

3 participants