1
0
mirror of https://github.com/lvgl/lvgl.git synced 2025-01-28 07:03:00 +08:00

Merge 998ad66c84258e5638ef5e3669934a481c3615f6 into dev

This commit is contained in:
github-actions[bot] 2021-01-05 14:47:37 +00:00 committed by GitHub
commit e0eb79043f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -404,12 +404,14 @@ extern "C" {
* SPRINTF DISABLE FLOAT * SPRINTF DISABLE FLOAT
*-----------------*/ *-----------------*/
#ifndef LV_SPRINTF_DISABLE_FLOAT #if CONFIG_LV_CONF_SKIP || LV_CONF_SKIP
#ifndef CONFIG_LV_SPRINTF_DISABLE_FLOAT # ifndef LV_SPRINTF_DISABLE_FLOAT
#define LV_SPRINTF_DISABLE_FLOAT 0 # ifndef CONFIG_LV_SPRINTF_DISABLE_FLOAT
#else # define LV_SPRINTF_DISABLE_FLOAT 0
#define LV_SPRINTF_DISABLE_FLOAT 1 # else
#endif # define LV_SPRINTF_DISABLE_FLOAT 1
# endif
# endif
#endif #endif
#ifdef __cplusplus #ifdef __cplusplus