fix: remove LV_USE_DEV_VERSION (#5312)

This commit is contained in:
Gabor Kiss-Vamosi
2024-01-14 16:16:00 +01:00
committed by GitHub
parent 1e1caef813
commit b4cf95e7fa
2 changed files with 1 additions and 5 deletions

3
lvgl.h
View File

@@ -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