doc(stm32): fix typo (#5772)
Signed-off-by: imliubo <imliubo@makingfun.xyz>
This commit is contained in:
@@ -193,7 +193,7 @@ variables:
|
|||||||
osThreadId lvgl_timerHandle;
|
osThreadId lvgl_timerHandle;
|
||||||
|
|
||||||
/* definition and creation of lvgl_tick */
|
/* 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_tickHandle = osThreadCreate(osThread(lvgl_tick), NULL);
|
||||||
|
|
||||||
//LVGL update timer
|
//LVGL update timer
|
||||||
|
|||||||
Reference in New Issue
Block a user