mirror of
https://github.com/lvgl/lvgl.git
synced 2026-05-27 20:57:01 +08:00
feat(osal): enable linux specific features with os_none (#8989)
This commit is contained in:
@@ -230,6 +230,7 @@ LV_EXPORT_CONST_INT(LV_DRAW_BUF_ALIGN);
|
||||
#if LV_USE_SYSMON == 0
|
||||
#define LV_USE_PERF_MONITOR 0
|
||||
#define LV_USE_MEM_MONITOR 0
|
||||
#define LV_SYSMON_PROC_IDLE_AVAILABLE 0
|
||||
#endif /*LV_USE_SYSMON*/
|
||||
|
||||
#if LV_USE_PERF_MONITOR == 0
|
||||
|
||||
Reference in New Issue
Block a user