chore: make lv_utils as public and align function prototype with stdlib (#6473)

Signed-off-by: Neo Xu <neo.xu1990@gmail.com>
This commit is contained in:
Neo Xu
2024-07-15 22:11:44 +08:00
committed by GitHub
parent 48ce05d71e
commit bf1e6ab39c
10 changed files with 35 additions and 34 deletions

1
lvgl.h
View File

@@ -32,6 +32,7 @@ extern "C" {
#include "src/misc/lv_anim_timeline.h"
#include "src/misc/lv_profiler_builtin.h"
#include "src/misc/lv_rb.h"
#include "src/misc/lv_utils.h"
#include "src/tick/lv_tick.h"