Обновление платы на V2
This commit is contained in:
parent
0418968560
commit
3e375df1ff
|
|
@ -4,12 +4,11 @@
|
||||||
|
|
||||||
#include "standby.h"
|
#include "standby.h"
|
||||||
|
|
||||||
|
/*
|
||||||
static void Bsp_GpioFInt_CallbackFunction(void) {
|
static void Bsp_GpioFInt_CallbackFunction(void) {
|
||||||
SMC_SetSystemMode(SMC_MODE_RUN);
|
|
||||||
}
|
}
|
||||||
|
|
||||||
void StandBy_Init(tStandBy *env) {
|
void StandBy_Init() {
|
||||||
PORT_InitType tInitStruct = {0};
|
PORT_InitType tInitStruct = {0};
|
||||||
PORT_InterruptType tIntStruct = {0};
|
PORT_InterruptType tIntStruct = {0};
|
||||||
|
|
||||||
|
|
@ -32,3 +31,4 @@ void StandBy_Init(tStandBy *env) {
|
||||||
NVIC_EnableIRQ(PORTE_IRQn);
|
NVIC_EnableIRQ(PORTE_IRQn);
|
||||||
|
|
||||||
}
|
}
|
||||||
|
*/
|
||||||
|
|
@ -12,12 +12,6 @@
|
||||||
#include "fc7xxx_driver_gpio.h"
|
#include "fc7xxx_driver_gpio.h"
|
||||||
#include "fc7xxx_driver_tstmp.h"
|
#include "fc7xxx_driver_tstmp.h"
|
||||||
|
|
||||||
typedef struct {
|
void StandBy_Init();
|
||||||
|
|
||||||
|
|
||||||
} tStandBy;
|
|
||||||
|
|
||||||
|
|
||||||
void StandBy_Init(tStandBy *env);
|
|
||||||
|
|
||||||
#endif //HVAC_M7_STANDBY_H
|
#endif //HVAC_M7_STANDBY_H
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue