mirror of
https://github.com/lvgl/lvgl.git
synced 2025-01-14 06:42:58 +08:00
lv_refr: disable exectuion time monitor by default
This commit is contained in:
parent
95b6a2193f
commit
5e9cf2571d
@ -16,7 +16,7 @@
|
||||
/*********************
|
||||
* DEFINES
|
||||
*********************/
|
||||
#define MONITOR_EXEC_TIME 1
|
||||
#define MONITOR_EXEC_TIME 0
|
||||
#if MONITOR_EXEC_TIME != 0
|
||||
#include <time.h>
|
||||
#include <stdio.h>
|
||||
|
Loading…
x
Reference in New Issue
Block a user