Обновление платы на V2

This commit is contained in:
cfif 2026-05-25 12:46:59 +03:00
parent 0418968560
commit 3e375df1ff
2 changed files with 5 additions and 11 deletions

View File

@ -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);
}
}
*/

View File

@ -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