drivers: rtc: stm32: INF log msg to DBG
Turn INF log msg to DBG. Signed-off-by: Abderrahmane Jarmouni <abderrahmane.jarmouni-ext@st.com>
This commit is contained in:
parent
0398b2a3d9
commit
98342107fe
1 changed files with 1 additions and 1 deletions
|
@ -196,7 +196,7 @@ static int rtc_stm32_set_time(const struct device *dev, const struct rtc_time *t
|
|||
return err;
|
||||
}
|
||||
|
||||
LOG_INF("Setting clock");
|
||||
LOG_DBG("Setting clock");
|
||||
|
||||
#if defined(PWR_CR_DBP) || defined(PWR_CR1_DBP) || defined(PWR_DBPCR_DBP) || defined(PWR_DBPR_DBP)
|
||||
LL_PWR_EnableBkUpAccess();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue