diff options
author | Martin Botka <16738302+Haxk20@users.noreply.github.com> | 2023-07-28 02:34:32 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-07-27 20:34:32 -0400 |
commit | ba4eed175df761e42ce2d6eb2692b82d8d1c779a (patch) | |
tree | c48313d79f07cbb9d54d28ebe3d76bdceb447ee2 /lib/stm32f7 | |
parent | d725dfd309e3db2a7b26b9b452cfde6cb9272f34 (diff) | |
download | kutter-ba4eed175df761e42ce2d6eb2692b82d8d1c779a.tar.gz kutter-ba4eed175df761e42ce2d6eb2692b82d8d1c779a.tar.xz kutter-ba4eed175df761e42ce2d6eb2692b82d8d1c779a.zip |
rp2040_flash: Fix the type when printing num_blocks (#6279)
image->num_blocks is of type unsigned size_t thus unsigned int
or unsigned long int.
%lu specifies a type of long unsigned int. Thus resulting in compiler warning about type mismatch on some systems.
Fix this by printing the value with length modified z.
Signed-off-by: Martin Botka <martin.botka@somainline.org>
Diffstat (limited to 'lib/stm32f7')
0 files changed, 0 insertions, 0 deletions