This commit is contained in:
cfif 2026-06-09 14:28:34 +03:00
parent 135ebf1f12
commit e01adafe65
2 changed files with 3 additions and 0 deletions

View File

@ -124,6 +124,8 @@ static _Noreturn void Mma_Thread(tMma *env) {
LoggerInfoStatic(LOGGER, LOG_TASK_ARB, "Model running...")
// SMC_SetSystemMode(SMC_MODE_STANBY_3);
for (;;) {
// bool ST_PowerReserve = GpioPinGet(&env->gpios->power.BTS4175SGAXUMA1_PowerReserve.ST_PowerReserve);

View File

@ -227,6 +227,7 @@ static void Mma_InitSubSystems(tMma *env) {
CanSerialPortCanUds_Start(&env->canUds);
StandBy_Init();