Skip to content

Commit

Permalink
crc32: Fix the launchpad-icdi build as that was broken
Browse files Browse the repository at this point in the history
  • Loading branch information
dragonmux committed Mar 14, 2022
1 parent e9d616c commit 4804962
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/crc32.c
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ int generic_crc32(target *t, uint32_t *crc_res, uint32_t base, size_t len)
base += read_len;
len -= read_len;
}
DEBUG_WARN("%d ms\n", platform_time_ms() - start_time);
DEBUG_WARN("%" PRIu32 " ms\n", platform_time_ms() - start_time);
*crc_res = crc;
return 0;
}
Expand Down

0 comments on commit 4804962

Please sign in to comment.