| commit | ba9147948a1aa677885deb80a734324b1c788f11 | [log] [tgz] |
|---|---|---|
| author | Tim Pambor <tim.pambor@codewrights.de> | Wed Oct 08 16:49:22 2025 +0200 |
| committer | Chris Friedt <chrisfriedt@gmail.com> | Sun Oct 12 10:58:01 2025 -0400 |
| tree | 5edecd87e4c04dfc5fcd42d5e1e28929a8510ad3 | |
| parent | a8677f5fc4f01677762cf0d7590bf52db879b376 [diff] |
tests: mcumgr: Improve compatibility with 64-bit platforms Use %zu format specifier for size_t type to ensure compatibility with both 32-bit and 64-bit platforms. Signed-off-by: Tim Pambor <tim.pambor@codewrights.de>