This commit is contained in:
github-actions[bot]
2021-01-05 14:47:37 +00:00
committed by GitHub

View File

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