zephyr/samples/boards/olimex_stm32_e407
Erwin Rol a720d38f29 samples: olimex_stm32_e407: fix coverity warning
Fix a Coverity warning when using %d to print the result
of a sizeof(...)

Since the result of the sizeof() use in the example
will always fit in a int, simply cast the result
to a int so the %d is always correct.

Fixes: #18373

Signed-off-by: Erwin Rol <erwin@erwinrol.com>
2019-09-19 11:07:57 -05:00
..
ccm samples: olimex_stm32_e407: fix coverity warning 2019-09-19 11:07:57 -05:00
olimex_stm32_e407.rst