new patch: v4.1.1

This commit is contained in:
Gabor
2017-07-12 14:12:10 +02:00
parent 25fb3e368a
commit 5353906dea

2
lvgl.h
View File

@@ -18,7 +18,7 @@ extern "C" {
#include "misc/misc.h"
#define LV_MISC_REQ_MAJOR 4
#define LV_MISC_REQ_MINOR 1
#define LV_MISC_REQ_PATCH 0
#define LV_MISC_REQ_PATCH 1
#if MISC_VERSION_MAJOR != LV_MISC_REQ_MAJOR /*The version major has to match*/
#error "LV: incompatible misc. module version! See lvgl.h"