aboutsummaryrefslogtreecommitdiffstats
path: root/klippy/webhooks.py
diff options
context:
space:
mode:
authorMartin Botka <16738302+Haxk20@users.noreply.github.com>2023-07-28 02:34:32 +0200
committerGitHub <noreply@github.com>2023-07-27 20:34:32 -0400
commitba4eed175df761e42ce2d6eb2692b82d8d1c779a (patch)
treec48313d79f07cbb9d54d28ebe3d76bdceb447ee2 /klippy/webhooks.py
parentd725dfd309e3db2a7b26b9b452cfde6cb9272f34 (diff)
downloadkutter-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 'klippy/webhooks.py')
0 files changed, 0 insertions, 0 deletions