chore(global): check if LOG is enabled

This commit is contained in:
Gabor Kiss-Vamosi
2023-08-19 01:46:31 +02:00
parent 0b83a82a07
commit 8a1396d770
+3
View File
@@ -115,7 +115,10 @@ typedef struct _lv_global_t {
_lv_draw_sw_mask_radius_circle_dsc_arr_t sw_circle_cache;
#endif
#if LV_USE_LOG
lv_log_print_g_cb_t custom_log_print_cb;
#endif
#if LV_LOG_USE_TIMESTAMP
uint32_t log_last_log_time;
#endif