Skip to content

mod/noc_s3: Use PRIu32 for format specifier

Ziad Elhanafy requested to merge noc-print-format into main

PRIu32 should be used instead %lu for the format specifier, but PRIu32 expects an unsigned int and not an unsigned long. Change the UL cast to U in the #defines to fix this issue.

This is a follow up patch to !1057 (comment 140619)

Merge request reports