Skip to content

Commit

Permalink
Merge pull request adafruit#9403 from burtyb/usb-interposer-1
Browse files Browse the repository at this point in the history
Correct name of GPIO15.
  • Loading branch information
dhalbert authored Jul 3, 2024
2 parents 1493104 + 81afd55 commit 121d9ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ports/raspberrypi/boards/8086_usb_interposer/pins.c
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ static const mp_rom_map_elem_t board_module_globals_table[] = {

{ MP_ROM_QSTR(MP_QSTR_SDA), MP_ROM_PTR(&pin_GPIO14) },
{ MP_ROM_QSTR(MP_QSTR_GP14), MP_ROM_PTR(&pin_GPIO14) },
{ MP_ROM_QSTR(MP_QSTR_SDA), MP_ROM_PTR(&pin_GPIO15) },
{ MP_ROM_QSTR(MP_QSTR_SCL), MP_ROM_PTR(&pin_GPIO15) },
{ MP_ROM_QSTR(MP_QSTR_GP15), MP_ROM_PTR(&pin_GPIO15) },

{ MP_ROM_QSTR(MP_QSTR_BUTTON), MP_ROM_PTR(&pin_GPIO12) },
Expand Down

0 comments on commit 121d9ee

Please sign in to comment.