mirror of
https://github.com/Dasharo/zephyr.git
synced 2026-03-06 14:57:20 -08:00
The kernel requires the buffer to be word aligned. Instead of assuming the word size is 32bits, lets align the buffer to the size of a pointer, which should match the word size (and which is the check the kernel performs). Signed-off-by: Alberto Escolar Piedras <alberto.escolar.piedras@nordicsemi.no>