mirror of
https://github.com/lvgl/lvgl.git
synced 2026-05-28 13:36:27 +08:00
Merge pull request #691 from Ferruck/fix/limits-error
lv_log: Fix type limits error
This commit is contained in:
+1
-1
@@ -32,7 +32,7 @@ extern "C" {
|
|||||||
#define LV_LOG_LEVEL_ERROR 3 /*Only critical issue, when the system may fail*/
|
#define LV_LOG_LEVEL_ERROR 3 /*Only critical issue, when the system may fail*/
|
||||||
#define _LV_LOG_LEVEL_NUM 4
|
#define _LV_LOG_LEVEL_NUM 4
|
||||||
|
|
||||||
typedef uint8_t lv_log_level_t;
|
typedef int8_t lv_log_level_t;
|
||||||
|
|
||||||
#if USE_LV_LOG
|
#if USE_LV_LOG
|
||||||
/**********************
|
/**********************
|
||||||
|
|||||||
Reference in New Issue
Block a user