Merge pull request #691 from Ferruck/fix/limits-error

lv_log: Fix type limits error
This commit is contained in:
Gabor Kiss-Vamosi
2019-01-03 11:19:45 +01:00
committed by GitHub
+1 -1
View File
@@ -32,7 +32,7 @@ extern "C" {
#define LV_LOG_LEVEL_ERROR 3 /*Only critical issue, when the system may fail*/
#define _LV_LOG_LEVEL_NUM 4
typedef uint8_t lv_log_level_t;
typedef int8_t lv_log_level_t;
#if USE_LV_LOG
/**********************