mirror of
https://github.com/espressif/esp-matter.git
synced 2026-04-27 19:13:13 +00:00
d80fc4d789
Some compilers do not identify PRIx8 or PRIu8 and shows as hu in logs and does not print the actual values. So lets use "%u" and "%i" instead.