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:
parent
bf8109e478
commit
95e6fcc566
@ -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
|
||||
|
||||
/*=====================
|
||||
|
Loading…
x
Reference in New Issue
Block a user