doc(stm32): fix typo (#5772)

Signed-off-by: imliubo <imliubo@makingfun.xyz>
This commit is contained in:
IAMLIUBO 2024-03-01 17:26:24 +08:00 committed by GitHub
parent 16eb744b52
commit 745ef50e65
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -193,7 +193,7 @@ variables:
osThreadId lvgl_timerHandle;
/* definition and creation of lvgl_tick */
osThreadDef(lvgl_tick, LGVLTick, osPriorityNormal, 0, 1024);
osThreadDef(lvgl_tick, LVGLTick, osPriorityNormal, 0, 1024);
lvgl_tickHandle = osThreadCreate(osThread(lvgl_tick), NULL);
//LVGL update timer