mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2026-09-26 09:28:22 +00:00
GCC 11 can’t prove PRIu64 won’t expand beyond two digits, so we switch this formatter to bounded unsigned int fields (%02u) after clamping logic.