soc: stm32wb: Register soc log

There are places using log with domain soc without this it being
registered.

Signed-off-by: Flavio Ceolin <flavio.ceolin@intel.com>
This commit is contained in:
Flavio Ceolin 2021-04-20 10:08:02 -07:00 committed by Anas Nashif
commit b881a9f8dd

View file

@ -13,6 +13,10 @@
#include <init.h> #include <init.h>
#include <arch/cpu.h> #include <arch/cpu.h>
#include <arch/arm/aarch32/cortex_m/cmsis.h> #include <arch/arm/aarch32/cortex_m/cmsis.h>
#include <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.