mirror of
https://github.com/Next-Flip/Momentum-Firmware.git
synced 2026-05-13 09:08:35 -07:00
API HAL Power: enable smps by default (#324)
This commit is contained in:
@@ -19,6 +19,7 @@ void HAL_RCC_CSSCallback(void) {
|
||||
}
|
||||
|
||||
void api_hal_power_init() {
|
||||
LL_PWR_SMPS_SetMode(LL_PWR_SMPS_STEP_DOWN);
|
||||
bq27220_init();
|
||||
bq25896_init();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user