ENABLE STAND-BY MODE

This commit is contained in:
Yunhorn 2024-01-18 14:42:31 +08:00
parent d506e23d1e
commit 55e8ffc11c
1 changed files with 1 additions and 1 deletions

View File

@ -121,7 +121,7 @@ void SystemApp_Init(void)
/*Init low power manager*/
UTIL_LPM_Init();
/* Disable Stand-by mode */
UTIL_LPM_SetOffMode((1 << CFG_LPM_APPLI_Id), UTIL_LPM_DISABLE);
UTIL_LPM_SetOffMode((1 << CFG_LPM_APPLI_Id), UTIL_LPM_ENABLE);
#if defined (LOW_POWER_DISABLE) && (LOW_POWER_DISABLE == 1)
/* Disable Stop Mode */