Fixed a bunch of format specifiers

This commit is contained in:
Avamander
2021-06-25 01:07:40 +03:00
committed by JF002
parent f317d54218
commit 2f479e5fc7
4 changed files with 11 additions and 11 deletions

View File

@@ -192,11 +192,11 @@ std::unique_ptr<Screen> SystemInfo::CreateScreen3() {
"\n"
"#444444 LVGL Memory#\n"
" #444444 used# %d (%d%%)\n"
" #444444 max used# %d\n"
" #444444 max used# %lu\n"
" #444444 frag# %d%%\n"
" #444444 free# %d"
"\n"
"#444444 Steps# %li",
"#444444 Steps# %i",
bleAddr[5],
bleAddr[4],
bleAddr[3],