soc: arm: nordic_nrf: nrf53: sync_rtc: add missing init.h
File was using SYS_INIT, from init.h. Signed-off-by: Gerard Marull-Paretas <gerard@teslabs.com>
This commit is contained in:
parent
0aac6cfb75
commit
f88d21cdb9
1 changed files with 1 additions and 0 deletions
|
@ -8,6 +8,7 @@
|
|||
#include <helpers/nrfx_gppi.h>
|
||||
#include <zephyr/drivers/timer/nrf_rtc_timer.h>
|
||||
#include <zephyr/drivers/mbox.h>
|
||||
#include <zephyr/init.h>
|
||||
#include <zephyr/logging/log_ctrl.h>
|
||||
#include <zephyr/logging/log.h>
|
||||
LOG_MODULE_REGISTER(sync_rtc, CONFIG_SYNC_RTC_LOG_LEVEL);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue