diff options
| author | Avamander <avamander@gmail.com> | 2021-06-24 22:07:40 (GMT) |
|---|---|---|
| committer | JF002 <JF002@users.noreply.github.com> | 2021-07-02 14:27:16 (GMT) |
| commit | 2f479e5fc7688ae47e99c0f4aead87c9cdc29123 (patch) | |
| tree | 32999edc5cf9b00f9e22b786cb462cec6ef94520 /src/displayapp/screens/SystemInfo.cpp | |
| parent | f317d54218659af437d840d00fd349e7919a243f (diff) | |
Fixed a bunch of format specifiers
Diffstat (limited to 'src/displayapp/screens/SystemInfo.cpp')
| -rw-r--r-- | src/displayapp/screens/SystemInfo.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/displayapp/screens/SystemInfo.cpp b/src/displayapp/screens/SystemInfo.cpp index 60e53ad..f70b67f 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], |
