This commit is contained in:
cfif 2026-06-09 14:28:34 +03:00
parent 3e375df1ff
commit ce77bb0d54
1 changed files with 2 additions and 2 deletions

View File

@ -4,8 +4,9 @@
#include "standby.h"
/*
static void Bsp_GpioFInt_CallbackFunction(void) {
__asm volatile ("nop");
}
void StandBy_Init() {
@ -31,4 +32,3 @@ void StandBy_Init() {
NVIC_EnableIRQ(PORTE_IRQn);
}
*/