mirror of
https://github.com/lvgl/lvgl.git
synced 2026-05-31 16:27:03 +08:00
fix(indev): fix variable name in preprocessor warning (#5637)
This commit is contained in:
@@ -44,7 +44,7 @@
|
||||
#define LV_INDEV_DEF_GESTURE_MIN_VELOCITY 3
|
||||
|
||||
#if LV_INDEV_DEF_SCROLL_THROW <= 0
|
||||
#warning "LV_INDEV_DRAG_THROW must be greater than 0"
|
||||
#warning "LV_INDEV_DEF_SCROLL_THROW must be greater than 0"
|
||||
#endif
|
||||
|
||||
#define indev_act LV_GLOBAL_DEFAULT()->indev_active
|
||||
|
||||
Reference in New Issue
Block a user