fix(typos): fix some typos for style (#4469)

Signed-off-by: XiaoweiYan <yanxiaowei@xiaomi.com>
Co-authored-by: XiaoweiYan <yanxiaowei@xiaomi.com>
This commit is contained in:
bjsylvia
2023-08-21 03:03:24 +08:00
committed by GitHub
parent a950fe5408
commit 83cd50b4df
7 changed files with 11 additions and 11 deletions

View File

@@ -77,7 +77,7 @@
*========================*/
/* Select a draw buffer implementation. Possible values:
* - LV_DRAW_BUF_BASIC: LVGL's built in implementation
* - LV_DRAW_BUF_CUSTOM: Implement teh function of lv_draw_buf.h externally
* - LV_DRAW_BUF_CUSTOM: Implement the function of lv_draw_buf.h externally
*/
#define LV_USE_DRAW_BUF LV_DRAW_BUF_BASIC