fix(refresh) switch to portable format specifiers (#2781)
Some platforms define uint32_t as "unsigned long" rather than "unsigned int". The %d format specifier is mismatched and the C99 format macros are the only portable way to handle these types. Co-authored-by: Gabor Kiss-Vamosi <kisvegabor@gmail.com>
This commit is contained in:
@@ -48,6 +48,7 @@
|
||||
- fix(msgbox) add declaration for lv_msgbox_content_class
|
||||
- fix(txt) skip basic arabic vowel characters when processing conjunction
|
||||
- fix(proto) Remove redundant prototype declarations
|
||||
- fix(refresh) Switch to portable format specifiers
|
||||
- fix(stm32) Mark unused variable in stm32 DMA2D driver
|
||||
|
||||
## v8.0.2 (16.07.2021)
|
||||
|
||||
Reference in New Issue
Block a user