mirror of
https://github.com/Dasharo/zephyr.git
synced 2026-03-06 14:57:20 -08:00
Issue was caused by pointer arithmetic. This commit cast pointer of struct data to u8_t pointer and makes arithmetic explicitly by adding the exact value. fixes #16572 Signed-off-by: Andrzej Puzdrowski <andrzej.puzdrowski@nordicsemi.no>