1
0
mirror of https://github.com/lvgl/lvgl.git synced 2025-01-14 06:42:58 +08:00

[rt-thread] attach redefine LV_SNPRINTF and LV_VSNPRINTF (#3567)

attach 965552e446
This commit is contained in:
Man, Jianting (Meco) 2022-08-15 07:26:17 -04:00 committed by GitHub
parent bf8109e478
commit 95e6fcc566
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -53,8 +53,8 @@
#define LV_SPRINTF_CUSTOM 1
#define LV_SPRINTF_INCLUDE LV_RTTHREAD_INCLUDE
#define lv_snprintf rt_snprintf
#define lv_vsnprintf rt_vsnprintf
#define LV_SNPRINTF rt_snprintf
#define LV_VSNPRINTF rt_vsnprintf
#define LV_SPRINTF_USE_FLOAT 0
/*=====================