drivers: spi: spi_nrfx_spim: fix !LEGACY_INCLUDE_PATH
Add missing zephyr/ prefix to fix CONFIG_LEGACY_INCLUDE_PATH=n build.
Fixes: d64dc771f3
("drivers: spi: spi_nrfx_spim: utilize EasyDMA property
from devicetree")
Signed-off-by: Marcin Niestroj <m.niestroj@emb.dev>
This commit is contained in:
parent
8d66185249
commit
774a3cd756
1 changed files with 1 additions and 1 deletions
|
@ -15,7 +15,7 @@
|
|||
#include <nrfx_spim.h>
|
||||
#include <hal/nrf_clock.h>
|
||||
#include <string.h>
|
||||
#include <linker/devicetree_regions.h>
|
||||
#include <zephyr/linker/devicetree_regions.h>
|
||||
|
||||
#include <zephyr/logging/log.h>
|
||||
LOG_MODULE_REGISTER(spi_nrfx_spim, CONFIG_SPI_LOG_LEVEL);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue