Add warning about LV_INDEV_DRAG_THROW

This commit is contained in:
embeddedt
2019-02-10 06:53:11 -05:00
committed by GitHub
parent d64902b2a5
commit f686243f64

View File

@@ -20,6 +20,10 @@
* DEFINES
*********************/
#if LV_INDEV_DRAG_THROW <= 0
#warning "LV_INDEV_DRAG_THROW must be greater than 0"
#endif
/**********************
* TYPEDEFS
**********************/