| commit | feb3d5463eae0da8b9918a97a768df7c41373fe7 | [log] [tgz] |
|---|---|---|
| author | Tim Pambor <tim.pambor@codewrights.de> | Sat Oct 04 09:39:53 2025 +0200 |
| committer | Chris Friedt <chrisfriedt@gmail.com> | Tue Oct 07 23:03:06 2025 -0400 |
| tree | b9038269f5ce5a0e9a952f9758e9db20bc520606 | |
| parent | c78e45a31a05c3ef13c8421ba3d4293ed3447868 [diff] |
tests: drivers: flash: Improve compatibility with 64-bit platforms Change variables in test_cb_data_type from uint32_t to size_t to match the return type of flash_get_page_count() and adjust format specifiers accordingly. This resolves warnings when compiling for 64-bit platforms. Signed-off-by: Tim Pambor <tim.pambor@codewrights.de>