Добавлены настройки LIN5 (управление кнопками) и немного сон

This commit is contained in:
cfif 2026-07-27 16:39:42 +03:00
parent da69277a41
commit c56d8beaa9
1 changed files with 3 additions and 3 deletions

View File

@ -104,9 +104,9 @@ static void Mma_InitSubSystems(tMma *env) {
if (RGM_SRS_WAKEUP_MASK == (RGM->SRS & RGM_SRS_WAKEUP_MASK)) {
LoggerInfoStatic(LOGGER, LOG_TASK_MAIN, "Wake up from standby")
tGpioPin Ign_Wakeup = vInitGpioPinPull(GPIO_E, PORT_PIN_16, GPIO_IN, GPIO_PIN_NOREVERSE, GPIO_HIGH,
GPIO_PUSH_PULL,
PORT_PULL_UP);
// tGpioPin Ign_Wakeup = vInitGpioPinPull(GPIO_E, PORT_PIN_16, GPIO_IN, GPIO_PIN_NOREVERSE, GPIO_HIGH,
// GPIO_PUSH_PULL,
// PORT_PULL_UP);
}