From 745ef50e65c2682f87adfa53b42daab9f2dfa685 Mon Sep 17 00:00:00 2001 From: IAMLIUBO Date: Fri, 1 Mar 2024 17:26:24 +0800 Subject: [PATCH] doc(stm32): fix typo (#5772) Signed-off-by: imliubo --- docs/integration/chip/stm32.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/integration/chip/stm32.rst b/docs/integration/chip/stm32.rst index b89c221494..c3d5adc392 100644 --- a/docs/integration/chip/stm32.rst +++ b/docs/integration/chip/stm32.rst @@ -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