diff --git a/lvgl.h b/lvgl.h index ff51893d5a..89d397b478 100644 --- a/lvgl.h +++ b/lvgl.h @@ -137,9 +137,6 @@ extern "C" { /********************* * DEFINES *********************/ -#ifndef LV_USE_DEV_VERSION -#warning "You are using the development version of LVGL which is not stable at this moment. For production use the release/v8.3 branch. To silence this warning add #define LV_USE_DEV_VERSION to lv_conf.h" -#endif /********************** * TYPEDEFS diff --git a/tests/src/lv_test_conf.h b/tests/src/lv_test_conf.h index 8d658f0a6e..841a8b3039 100644 --- a/tests/src/lv_test_conf.h +++ b/tests/src/lv_test_conf.h @@ -61,7 +61,6 @@ typedef void * lv_user_data_t; * TEST CONFIGS ***********************/ -#define LV_USE_DEV_VERSION #if !(defined(LV_TEST_OPTION)) || LV_TEST_OPTION == 5 #define LV_COLOR_DEPTH 32 #define LV_DPI_DEF 160 @@ -74,7 +73,7 @@ typedef void * lv_user_data_t; /* Use VG-Lite GPU. */ #define LV_USE_DRAW_VG_LITE 1 -/* Enbale VG-Lite custom external 'gpu_init()' function */ +/* Enable VG-Lite custom external 'gpu_init()' function */ #define LV_VG_LITE_USE_GPU_INIT 1 /* Enable VG-Lite assert. */