fix(sysmon): fix system monitor CI build error

This commit is contained in:
Gabor Peresztegi
2024-03-21 17:57:45 +01:00
parent 57ad8017dd
commit f7acf1e4ce

View File

@@ -97,6 +97,8 @@ void _lv_sysmon_builtin_deinit(void)
* STATIC FUNCTIONS
**********************/
#if _USE_PERF_MONITOR || _USE_MEM_MONITOR
static lv_obj_t * _lv_sysmon_create(lv_obj_t * parent)
{
LV_LOG_INFO("begin");
@@ -109,6 +111,8 @@ static lv_obj_t * _lv_sysmon_create(lv_obj_t * parent)
return label;
}
#endif
#if _USE_PERF_MONITOR
static void perf_monitor_disp_event_cb(lv_event_t * e)