Skip to content

Commit 14815f6

Browse files
committed
fix typo in comment
1 parent 9dea495 commit 14815f6

File tree

1 file changed

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

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ void reset_pin_number(uint8_t pin_number) {
6464
pin_number != 44 &&
6565
pin_number != 45) {
6666
// Most pins are pulled low so we only exclude the four pins that aren't
67-
// pulled at all. This will aso set the JTAG pins 22-27
67+
// pulled at all. This will also set the JTAG pins 22-27
6868
pull = BP_PULL_DOWN;
6969
}
7070
gpio_set_pull(pin_number, pull);

0 commit comments

Comments
 (0)