mirror of
https://github.com/lvgl/lvgl.git
synced 2024-11-23 17:53:45 +08:00
doc(stm32): fix typo (#5772)
Signed-off-by: imliubo <imliubo@makingfun.xyz>
This commit is contained in:
parent
16eb744b52
commit
745ef50e65
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user