Commit
This commit is contained in:
parent
135ebf1f12
commit
e01adafe65
|
|
@ -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);
|
||||
|
|
|
|||
|
|
@ -227,6 +227,7 @@ static void Mma_InitSubSystems(tMma *env) {
|
|||
|
||||
CanSerialPortCanUds_Start(&env->canUds);
|
||||
|
||||
StandBy_Init();
|
||||
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue