Skip to content

doc(stm32): fix typo #5772

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 1, 2024
Merged

doc(stm32): fix typo #5772

merged 1 commit into from
Mar 1, 2024

Conversation

imliubo
Copy link
Contributor

@imliubo imliubo commented Feb 29, 2024

Description of the feature or fix

fix typo.

change

osThreadDef(lvgl_tick, LGVLTick, osPriorityNormal, 0, 1024);

to

osThreadDef(lvgl_tick, LVGLTick, osPriorityNormal, 0, 1024);

Signed-off-by: imliubo <imliubo@makingfun.xyz>
@FASTSHIFT FASTSHIFT merged commit 745ef50 into lvgl:master Mar 1, 2024
HongChao6 pushed a commit to HongChao6/lvgl that referenced this pull request Oct 18, 2024
Signed-off-by: imliubo <imliubo@makingfun.xyz>
HongChao6 pushed a commit to HongChao6/lvgl that referenced this pull request Oct 18, 2024
Signed-off-by: imliubo <imliubo@makingfun.xyz>
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