fix(sysmon): add sysmon prototype

This commit is contained in:
Gabor Peresztegi
2024-03-24 10:01:55 +01:00
parent db2605064e
commit 4b914a3f10

View File

@@ -54,6 +54,11 @@
static void mem_observer_cb(lv_observer_t * observer, lv_subject_t * subject);
#endif
/**********************
* STATIC PROTOTYPES
**********************/
static lv_obj_t * _lv_sysmon_create_label(lv_obj_t * parent);
/**********************
* STATIC VARIABLES
**********************/