mirror of
https://github.com/lvgl/lvgl.git
synced 2025-02-04 07:13:00 +08:00
fix(gif) replace printf statement with LVGL logging
This commit is contained in:
parent
13b7fd8dae
commit
56f62b8d73
@ -79,7 +79,7 @@ static gd_GIF * gif_open(gd_GIF * gif_base)
|
|||||||
/* Header */
|
/* Header */
|
||||||
f_gif_read(gif_base, sigver, 3);
|
f_gif_read(gif_base, sigver, 3);
|
||||||
if (memcmp(sigver, "GIF", 3) != 0) {
|
if (memcmp(sigver, "GIF", 3) != 0) {
|
||||||
fprintf(stderr, "invalid signature\n");
|
LV_LOG_WARN("invalid signature\n");
|
||||||
goto fail;
|
goto fail;
|
||||||
}
|
}
|
||||||
/* Version */
|
/* Version */
|
||||||
|
Loading…
x
Reference in New Issue
Block a user