mirror of
https://github.com/lvgl/lvgl.git
synced 2025-01-14 06:42:58 +08:00
Merge pull request #691 from Ferruck/fix/limits-error
lv_log: Fix type limits error
This commit is contained in:
commit
29200c8814
@ -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
|
||||
/**********************
|
||||
|
Loading…
x
Reference in New Issue
Block a user