We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9dea495 commit 14815f6Copy full SHA for 14815f6
ports/broadcom/common-hal/microcontroller/Pin.c
@@ -64,7 +64,7 @@ void reset_pin_number(uint8_t pin_number) {
64
pin_number != 44 &&
65
pin_number != 45) {
66
// 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
+ // pulled at all. This will also set the JTAG pins 22-27
68
pull = BP_PULL_DOWN;
69
}
70
gpio_set_pull(pin_number, pull);
0 commit comments