Skip to content

Commit 732668a

Browse files
committed
deinit pin when done - 2.1 mA
1 parent 7c9f845 commit 732668a

File tree

1 file changed

+3
-0
lines changed
  • Projects/Multi/Applications/LoRa/AT_Slave/src

1 file changed

+3
-0
lines changed

Projects/Multi/Applications/LoRa/AT_Slave/src/main.c

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -252,6 +252,9 @@ int main(void)
252252
runPassthrough();
253253
}
254254
}
255+
256+
HW_GPIO_DeInit( GPIOB, GPIO_PIN_12);
257+
255258
/* Configure the hardware*/
256259
HW_Init();
257260

0 commit comments

Comments
 (0)