soc: stm32wl: Added logging declaration to soc.c

Added logging declaration to soc.c of stm32wl, which resolves build
errors when using this SOC with DEBUG logging level

Fixes: #57655

Signed-off-by: Oliver King <oliver.king@steadconnect.com>
This commit is contained in:
Oliver King 2023-05-06 07:03:59 -04:00 committed by Fabio Baltieri
commit a13858e132

View file

@ -18,6 +18,12 @@
#include <stm32wlxx_ll_system.h> #include <stm32wlxx_ll_system.h>
#include <zephyr/logging/log.h>
#define LOG_LEVEL CONFIG_SOC_LOG_LEVEL
LOG_MODULE_REGISTER(soc);
/** /**
* @brief Perform basic hardware initialization at boot. * @brief Perform basic hardware initialization at boot.
* *