mirror of
https://github.com/lvgl/lvgl.git
synced 2026-06-02 01:18:04 +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
|
#define LV_INDEV_DEF_GESTURE_MIN_VELOCITY 3
|
||||||
|
|
||||||
#if LV_INDEV_DEF_SCROLL_THROW <= 0
|
#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
|
#endif
|
||||||
|
|
||||||
#define indev_act LV_GLOBAL_DEFAULT()->indev_active
|
#define indev_act LV_GLOBAL_DEFAULT()->indev_active
|
||||||
|
|||||||
Reference in New Issue
Block a user