fix warning

This commit is contained in:
Gabor Kiss-Vamosi
2021-03-16 12:38:36 +01:00
parent a0671ab953
commit fc0b3afee2

View File

@@ -25,7 +25,7 @@ extern "C" {
*********************/
/**Default value of points. Can be used to not draw a point*/
#define LV_CHART_POINT_NONE (LV_COORD_MAX)
#define LV_CHART_POINT_NONE (INT16_MAX)
LV_EXPORT_CONST_INT(LV_CHART_POINT_NONE);
/**********************