mirror of
https://github.com/lvgl/lvgl.git
synced 2026-06-02 01:18:04 +08:00
chore(global): check if LOG is enabled
This commit is contained in:
@@ -115,7 +115,10 @@ typedef struct _lv_global_t {
|
|||||||
_lv_draw_sw_mask_radius_circle_dsc_arr_t sw_circle_cache;
|
_lv_draw_sw_mask_radius_circle_dsc_arr_t sw_circle_cache;
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
#if LV_USE_LOG
|
||||||
lv_log_print_g_cb_t custom_log_print_cb;
|
lv_log_print_g_cb_t custom_log_print_cb;
|
||||||
|
#endif
|
||||||
|
|
||||||
#if LV_LOG_USE_TIMESTAMP
|
#if LV_LOG_USE_TIMESTAMP
|
||||||
uint32_t log_last_log_time;
|
uint32_t log_last_log_time;
|
||||||
#endif
|
#endif
|
||||||
|
|||||||
Reference in New Issue
Block a user