include: add missing sys/time_units.h include
Some files using time_units.h API did not include it, e.g. for sys_clock_hw_cycles_per_sec. Signed-off-by: Gerard Marull-Paretas <gerard.marull@nordicsemi.no>
This commit is contained in:
parent
b959ab25a9
commit
357b362824
|
@ -13,6 +13,7 @@
|
|||
#include <zephyr/drivers/clock_control.h>
|
||||
#include <zephyr/sys/util.h>
|
||||
#include <zephyr/drivers/clock_control/stm32_clock_control.h>
|
||||
#include <zephyr/sys/time_units.h>
|
||||
#include "clock_stm32_ll_common.h"
|
||||
|
||||
#if defined(STM32_PLL_ENABLED)
|
||||
|
|
|
@ -14,6 +14,7 @@
|
|||
#include <zephyr/drivers/clock_control.h>
|
||||
#include <zephyr/sys/util.h>
|
||||
#include <zephyr/drivers/clock_control/stm32_clock_control.h>
|
||||
#include <zephyr/sys/time_units.h>
|
||||
#include "clock_stm32_ll_common.h"
|
||||
|
||||
#if defined(STM32_PLL_ENABLED)
|
||||
|
|
|
@ -8,6 +8,7 @@
|
|||
|
||||
#include <zephyr/drivers/uart.h>
|
||||
#include <zephyr/irq.h>
|
||||
#include <zephyr/sys/time_units.h>
|
||||
#include <errno.h>
|
||||
|
||||
/* APBUART registers
|
||||
|
|
|
@ -9,6 +9,7 @@
|
|||
#include <zephyr/device.h>
|
||||
#include <zephyr/drivers/timer/system_timer.h>
|
||||
#include <zephyr/kernel.h>
|
||||
#include <zephyr/sys/time_units.h>
|
||||
#include <fsl_lptmr.h>
|
||||
|
||||
BUILD_ASSERT(DT_NUM_INST_STATUS_OKAY(DT_DRV_COMPAT) == 1,
|
||||
|
|
Loading…
Reference in a new issue