Обновление платы на V2
This commit is contained in:
parent
0418968560
commit
3e375df1ff
|
|
@ -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};
|
||||
|
||||
|
|
@ -32,3 +31,4 @@ void StandBy_Init(tStandBy *env) {
|
|||
NVIC_EnableIRQ(PORTE_IRQn);
|
||||
|
||||
}
|
||||
*/
|
||||
Loading…
Reference in New Issue