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 a544047 commit 3810259Copy full SHA for 3810259
ports/raspberrypi/boards/bradanlanestudio_explorer_rp2040/board.c
@@ -192,7 +192,7 @@ bool board_reset_pin_number(uint8_t pin_number) {
192
// glitch.
193
gpio_put(pin_number, 1);
194
gpio_set_dir(pin_number, GPIO_OUT);
195
- hw_write_masked(&padsbank0_hw->io[pin_number], PADS_BANK0_GPIO0_DRIVE_VALUE_12MA << PADS_BANK0_GPIO0_DRIVE_LSB, PADS_BANK0_GPIO0_DRIVE_BITS);
+ hw_write_masked(&pads_bank0_hw->io[pin_number], PADS_BANK0_GPIO0_DRIVE_VALUE_12MA << PADS_BANK0_GPIO0_DRIVE_LSB, PADS_BANK0_GPIO0_DRIVE_BITS);
196
gpio_set_function(pin_number, GPIO_FUNC_SIO);
197
}
198
return true;
0 commit comments