diff options
| author | Michele Bini <michele.bini@gmail.com> | 2022-04-01 22:09:07 (GMT) |
|---|---|---|
| committer | Michele Bini <michele.bini@gmail.com> | 2022-04-01 22:09:07 (GMT) |
| commit | dc943c9859fca9b7c51ddf448c32d9bf410f4e38 (patch) | |
| tree | 736d3759e5288a473cad032e8e6028c358dda2fe /src/libs/lv_conf.h | |
| parent | acc73091e7b66109c4b8cd044bd57794b8ce4310 (diff) | |
more fixes
Diffstat (limited to 'src/libs/lv_conf.h')
| -rw-r--r-- | src/libs/lv_conf.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libs/lv_conf.h b/src/libs/lv_conf.h index 3a20c5b..6be43a3 100644 --- a/src/libs/lv_conf.h +++ b/src/libs/lv_conf.h @@ -532,7 +532,7 @@ typedef void* lv_font_user_data_t; #define lv_snprintf snprintf #define lv_vsnprintf vsnprintf #else /*!LV_SPRINTF_CUSTOM*/ -#define LV_SPRINTF_DISABLE_FLOAT 1 +#define LV_SPRINTF_DISABLE_FLOAT 0 #endif /*LV_SPRINTF_CUSTOM*/ /*=================== |
