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:
parent
150a61f556
commit
b881a9f8dd
1 changed files with 4 additions and 0 deletions
|
@ -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.
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue