fix(build): remove lv_ prefix from path

This commit is contained in:
Xiang Xiao
2021-03-23 23:19:14 +08:00
parent 04990aefe5
commit 8dd3c76305
8 changed files with 46 additions and 48 deletions

View File

@@ -108,7 +108,7 @@ void lv_init(void)
LV_LOG_INFO("begin");
/*Initialize the lv_misc modules*/
/*Initialize the misc modules*/
lv_mem_init();
_lv_timer_core_init();