fix(indev): fix variable name in preprocessor warning (#5637)

This commit is contained in:
Stephan Wirth
2024-02-12 15:46:50 +01:00
committed by GitHub
parent 73f2f547cb
commit 6c6085aeb4
+1 -1
View File
@@ -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