From 1a3baa51936050ae429b132aad7dd008590a1c1a Mon Sep 17 00:00:00 2001 From: cfif Date: Mon, 18 May 2026 10:43:58 +0300 Subject: [PATCH] =?UTF-8?q?=D0=9E=D0=B1=D0=BD=D0=BE=D0=B2=D0=BB=D0=B5?= =?UTF-8?q?=D0=BD=D0=B8=D0=B5=20=D0=BF=D0=BB=D0=B0=D1=82=D1=8B=20=D0=BD?= =?UTF-8?q?=D0=B0=20V2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Gpios.c | 2 +- Gpios.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Gpios.c b/Gpios.c index 6e292f0..6b8c6e3 100644 --- a/Gpios.c +++ b/Gpios.c @@ -178,5 +178,5 @@ float VN7008AJ_ReadCurrent(uint16_t adc_value) { env->EmergencyAirCleanSwitch = vInitGpioPinPull(GPIO_B, PORT_PIN_0, GPIO_IN, GPIO_PIN_NOREVERSE, GPIO_LOW, GPIO_OPEN, PORT_PULL_DOWN); env->FireExtinguishSwitch = vInitGpioPinPull(GPIO_B, PORT_PIN_1, GPIO_IN, GPIO_PIN_NOREVERSE, GPIO_LOW, GPIO_OPEN, PORT_PULL_DOWN); - env->Ign_Wakeup = vInitGpioPinPull(GPIO_E, PORT_PIN_16, GPIO_IN, GPIO_PIN_NOREVERSE, GPIO_LOW, GPIO_OPEN, PORT_PULL_DOWN); +// env->Ign_Wakeup = vInitGpioPinPull(GPIO_E, PORT_PIN_16, GPIO_IN, GPIO_PIN_NOREVERSE, GPIO_LOW, GPIO_OPEN, PORT_PULL_DOWN); } \ No newline at end of file diff --git a/Gpios.h b/Gpios.h index e5166df..f4bc76f 100644 --- a/Gpios.h +++ b/Gpios.h @@ -144,7 +144,7 @@ typedef struct { tPower power; tGpioPin EmergencyAirCleanSwitch; tGpioPin FireExtinguishSwitch; - tGpioPin Ign_Wakeup; +// tGpioPin Ign_Wakeup; } tGpios; extern tGpios GPIOS;