samples/soc_flash_nrf: Fix printf usage with off_t values
off_t is often unsigned long, which means printf needs to use %lx. Insert
a cast in case the value is unsigned int.
Signed-off-by:
Keith Packard <keithp@keithp.com>
Loading
Please sign in to comment