Remove TAG from LVGL log API in touch drivers
The filename is appended at the beginning of the log output by default, we don't need to do it.
This commit is contained in:
parent
a0e915eebc
commit
ea37784f08
6 changed files with 37 additions and 47 deletions
|
@ -12,7 +12,6 @@
|
|||
|
||||
#if CONFIG_LV_TOUCH_CONTROLLER_ADCRAW
|
||||
|
||||
#define TAG "ADCRAW"
|
||||
#define CALIBRATIONINSET 1 // range 0 <= CALIBRATIONINSET <= 40
|
||||
#define SAMPLE_CALIBRATION_POINTS 4
|
||||
// use this scale factor to avoid working in floating point numbers
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue