drivers: serial: neorv32: add missing include
<soc.h> is needed for some NEORV32_SYSINFO_* definition. Signed-off-by: Gerard Marull-Paretas <gerard@teslabs.com>
This commit is contained in:
parent
7e3b3dd258
commit
183dd20424
1 changed files with 3 additions and 1 deletions
|
@ -11,9 +11,11 @@
|
||||||
#include <zephyr/drivers/uart.h>
|
#include <zephyr/drivers/uart.h>
|
||||||
#include <zephyr/pm/device.h>
|
#include <zephyr/pm/device.h>
|
||||||
#include <zephyr/sys/sys_io.h>
|
#include <zephyr/sys/sys_io.h>
|
||||||
|
|
||||||
#include <zephyr/logging/log.h>
|
#include <zephyr/logging/log.h>
|
||||||
#include <zephyr/irq.h>
|
#include <zephyr/irq.h>
|
||||||
|
|
||||||
|
#include <soc.h>
|
||||||
|
|
||||||
LOG_MODULE_REGISTER(uart_neorv32, CONFIG_UART_LOG_LEVEL);
|
LOG_MODULE_REGISTER(uart_neorv32, CONFIG_UART_LOG_LEVEL);
|
||||||
|
|
||||||
/* NEORV32 UART registers offsets */
|
/* NEORV32 UART registers offsets */
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue