Keep HSI16 working in stop mode. (#2621)

This commit is contained in:
あく
2023-04-27 23:01:13 +09:00
committed by GitHub
parent 0ec8fc4c55
commit 408edb3e99
2 changed files with 3 additions and 1 deletions

View File

@@ -94,6 +94,7 @@ void furi_hal_power_init() {
LL_PWR_SetRegulVoltageScaling(LL_PWR_REGU_VOLTAGE_SCALE1);
LL_PWR_SMPS_SetMode(LL_PWR_SMPS_STEP_DOWN);
LL_PWR_SetPowerMode(FURI_HAL_POWER_STOP_MODE);
LL_C2_PWR_SetPowerMode(FURI_HAL_POWER_STOP_MODE);