drivers: serial: uart_nrfx_uarte: fix !LEGACY_INCLUDE_PATH
Add missing zephyr/ prefix to fix CONFIG_LEGACY_INCLUDE_PATH=n build.
Fixes: f6a880a2f9
("drivers: serial: uart_nrfx_uarte: utilize EasyDMA
property from dts")
Signed-off-by: Marcin Niestroj <m.niestroj@emb.dev>
This commit is contained in:
parent
3a2454f6d1
commit
8d66185249
1 changed files with 1 additions and 1 deletions
|
@ -16,7 +16,7 @@
|
|||
#include <zephyr/kernel.h>
|
||||
#include <soc.h>
|
||||
#include <helpers/nrfx_gppi.h>
|
||||
#include <linker/devicetree_regions.h>
|
||||
#include <zephyr/linker/devicetree_regions.h>
|
||||
|
||||
#include <zephyr/logging/log.h>
|
||||
LOG_MODULE_REGISTER(uart_nrfx_uarte, CONFIG_UART_LOG_LEVEL);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue