include: add missing zephyr/sys_clock.h
Some files were using definitions from sys_clock.h, e.g. MSEC_PER_SEC without including the header. Signed-off-by: Gerard Marull-Paretas <gerard.marull@nordicsemi.no>
This commit is contained in:
parent
4010ac103e
commit
17c5696f71
1 changed files with 1 additions and 0 deletions
|
@ -7,6 +7,7 @@
|
|||
#define DT_DRV_COMPAT nxp_imx_wdog
|
||||
|
||||
#include <zephyr/drivers/watchdog.h>
|
||||
#include <zephyr/sys_clock.h>
|
||||
#include <fsl_wdog.h>
|
||||
|
||||
#define LOG_LEVEL CONFIG_WDT_LOG_LEVEL
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue