diff options
-rw-r--r-- | lcdprint.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lcdprint.cpp b/lcdprint.cpp index c53118a..0f7110c 100644 --- a/lcdprint.cpp +++ b/lcdprint.cpp @@ -37,7 +37,7 @@ size_t utf8print(utf8* str, Print* out) { char result[str->chars() + 1]; wchar_t ucode; - int i; + uint16_t i; for (i = 0; i < (str->chars()); i++) { ucode = str->get(); |