zephyr/samples/drivers/soc_flash_nrf
Keith Packard d1dc3e823a 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>
2022-05-27 15:34:34 -07:00
..
src samples/soc_flash_nrf: Fix printf usage with off_t values 2022-05-27 15:34:34 -07:00
CMakeLists.txt
prj.conf
sample.yaml