Skip to content

Commit 49b04f4

Browse files
committed
Minor text fix
1 parent beb40a6 commit 49b04f4

File tree

1 file changed

+1
-1
lines changed
  • ports/stm32f4/common-hal/microcontroller

1 file changed

+1
-1
lines changed

ports/stm32f4/common-hal/microcontroller/Pin.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ bool common_hal_mcu_pin_is_free(const mcu_pin_obj_t *pin) {
8383
return pin_number_is_free(pin->number);
8484
}
8585

86-
void* pin_port(uint8_t pin) {
86+
GPIO_TypeDef * pin_port(uint8_t pin) {
8787
return ports[gpio_port_num(pin)];
8888
}
8989

0 commit comments

Comments
 (0)