| commit | cea6bc476443ba17eb38a358fd1556d237e637e3 | [log] [tgz] |
|---|---|---|
| author | Tim Pambor <tim.pambor@codewrights.de> | Sat Oct 04 10:01:34 2025 +0200 |
| committer | Chris Friedt <chrisfriedt@gmail.com> | Tue Oct 07 23:03:36 2025 -0400 |
| tree | f5041506312399f63642ae37fe1bcd85b068043e | |
| parent | feb3d5463eae0da8b9918a97a768df7c41373fe7 [diff] |
tests: drivers: uart: 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>