soc: arm: stm32: hsem: use generic LL headers
Include generic header stm32_ll_hsem.h from stm_hsem.h (which is used by multiple drivers) instead of depending on soc.h. Signed-off-by: Martin Jäger <martin@libre.solar>
This commit is contained in:
parent
d73bfcbdc8
commit
9f23196121
4 changed files with 1 additions and 9 deletions
|
@ -7,6 +7,7 @@
|
|||
#define ZEPHYR_INCLUDE_DRIVERS_HSEM_STM32_HSEM_H_
|
||||
|
||||
#include <soc.h>
|
||||
#include <stm32_ll_hsem.h>
|
||||
#include <kernel.h>
|
||||
|
||||
#if defined(CONFIG_SOC_SERIES_STM32WBX) || defined(CONFIG_STM32H7_DUAL_CORE)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue