Skip to content

Commit dba0c3a

Browse files
committed
deinit all pins - 2.0 mA
1 parent 732668a commit dba0c3a

File tree

1 file changed

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

1 file changed

+1
-0
lines changed

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

+1
Original file line numberDiff line numberDiff line change
@@ -254,6 +254,7 @@ int main(void)
254254
}
255255

256256
HW_GPIO_DeInit( GPIOB, GPIO_PIN_12);
257+
HW_GpioInit();
257258

258259
/* Configure the hardware*/
259260
HW_Init();

0 commit comments

Comments
 (0)