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:
parent
a8b36ffb4d
commit
a13858e132
1 changed files with 6 additions and 0 deletions
|
@ -18,6 +18,12 @@
|
|||
|
||||
#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.
|
||||
*
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue