minor fixes
This commit is contained in:
@@ -39,6 +39,11 @@ void lv_indev_read_task_cb(lv_timer_t * task);
|
||||
/**********************
|
||||
* MACROS
|
||||
**********************/
|
||||
#if LV_LOG_TRACE_INDEV
|
||||
# define INDEV_TRACE(...) LV_LOG_TRACE( __VA_ARGS__)
|
||||
#else
|
||||
# define INDEV_TRACE(...)
|
||||
#endif
|
||||
|
||||
/**********************
|
||||
* GLOBAL FUNCTIONS
|
||||
@@ -151,7 +156,7 @@ bool _lv_indev_read(lv_indev_t * indev, lv_indev_data_t * data)
|
||||
}
|
||||
|
||||
if(indev->driver.read_cb) {
|
||||
LV_LOG_TRACE("calling indev_read_cb");
|
||||
INDEV_TRACE("calling indev_read_cb");
|
||||
cont = indev->driver.read_cb(&indev->driver, data);
|
||||
}
|
||||
else {
|
||||
|
||||
Reference in New Issue
Block a user