feat(obj): add API to set/get object ID. (#6278)

Signed-off-by: Neo Xu <neo.xu1990@gmail.com>
This commit is contained in:
Neo Xu
2024-06-13 05:39:59 +08:00
committed by GitHub
parent 864b54b851
commit cab55d8e5a
12 changed files with 163 additions and 22 deletions

View File

@@ -411,7 +411,7 @@ void lv_deinit(void)
lv_profiler_builtin_uninit();
#endif
#if LV_USE_OBJ_ID_BUILTIN
#if LV_USE_OBJ_ID && LV_USE_OBJ_ID_BUILTIN
lv_objid_builtin_destroy();
#endif