Commit 5b025d0d authored by Giancarlo Stasi's avatar Giancarlo Stasi Committed by Anas Nashif
Browse files

soc: arm: stm32l4: Fix stm32 ll header list



PM stm32 ll header list was not adequate for L4 debug builds.
Add _system.

Signed-off-by: default avatarGiancarlo Stasi <giancarlo.stasi.co@gmail.com>
parent e9f386a6
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -12,6 +12,7 @@
#include <stm32l4xx_ll_cortex.h>
#include <stm32l4xx_ll_pwr.h>
#include <stm32l4xx_ll_rcc.h>
#include <stm32l4xx_ll_system.h>

#include <logging/log.h>
LOG_MODULE_DECLARE(soc, CONFIG_SOC_LOG_LEVEL);