fix(sysmon): fix system monitor CI build error
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user