From fc0b3afee2c5c80ef2f398563344bde1ce676833 Mon Sep 17 00:00:00 2001 From: Gabor Kiss-Vamosi Date: Tue, 16 Mar 2021 12:38:36 +0100 Subject: [PATCH] fix warning --- src/lv_widgets/lv_chart.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/lv_widgets/lv_chart.h b/src/lv_widgets/lv_chart.h index 0d165955a..dd59f8ecb 100644 --- a/src/lv_widgets/lv_chart.h +++ b/src/lv_widgets/lv_chart.h @@ -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); /**********************