summaryrefslogtreecommitdiff
path: root/src/displayapp/screens/SystemInfo.cpp
diff options
context:
space:
mode:
authorAvamander <avamander@gmail.com>2021-06-25 01:07:40 +0300
committerJF002 <JF002@users.noreply.github.com>2021-07-02 16:27:16 +0200
commit2f479e5fc7688ae47e99c0f4aead87c9cdc29123 (patch)
tree32999edc5cf9b00f9e22b786cb462cec6ef94520 /src/displayapp/screens/SystemInfo.cpp
parentf317d54218659af437d840d00fd349e7919a243f (diff)
Fixed a bunch of format specifiers
Diffstat (limited to 'src/displayapp/screens/SystemInfo.cpp')
-rw-r--r--src/displayapp/screens/SystemInfo.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/displayapp/screens/SystemInfo.cpp b/src/displayapp/screens/SystemInfo.cpp
index 60e53ad6..f70b67fd 100644
--- a/src/displayapp/screens/SystemInfo.cpp
+++ b/src/displayapp/screens/SystemInfo.cpp
@@ -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],