From 3e375df1ffe2d43cedb5edbd4e4034eabd63e537 Mon Sep 17 00:00:00 2001 From: cfif Date: Mon, 25 May 2026 12:46:59 +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 --- standby.c | 8 ++++---- standby.h | 8 +------- 2 files changed, 5 insertions(+), 11 deletions(-) diff --git a/standby.c b/standby.c index a45a9b3..abae7f5 100644 --- a/standby.c +++ b/standby.c @@ -4,12 +4,11 @@ #include "standby.h" - +/* static void Bsp_GpioFInt_CallbackFunction(void) { - SMC_SetSystemMode(SMC_MODE_RUN); } -void StandBy_Init(tStandBy *env) { +void StandBy_Init() { PORT_InitType tInitStruct = {0}; PORT_InterruptType tIntStruct = {0}; @@ -31,4 +30,5 @@ void StandBy_Init(tStandBy *env) { NVIC_SetPriority(PORTE_IRQn, 0xFF); NVIC_EnableIRQ(PORTE_IRQn); -} \ No newline at end of file +} + */ \ No newline at end of file diff --git a/standby.h b/standby.h index 9683c0c..b1da96a 100644 --- a/standby.h +++ b/standby.h @@ -12,12 +12,6 @@ #include "fc7xxx_driver_gpio.h" #include "fc7xxx_driver_tstmp.h" -typedef struct { - - -} tStandBy; - - -void StandBy_Init(tStandBy *env); +void StandBy_Init(); #endif //HVAC_M7_STANDBY_H