Skip to content

Commit 121d9ee

Browse files
authored
Merge pull request adafruit#9403 from burtyb/usb-interposer-1
Correct name of GPIO15.
2 parents 1493104 + 81afd55 commit 121d9ee

File tree

1 file changed

+1
-1
lines changed
  • ports/raspberrypi/boards/8086_usb_interposer

1 file changed

+1
-1
lines changed

ports/raspberrypi/boards/8086_usb_interposer/pins.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ static const mp_rom_map_elem_t board_module_globals_table[] = {
3636

3737
{ MP_ROM_QSTR(MP_QSTR_SDA), MP_ROM_PTR(&pin_GPIO14) },
3838
{ MP_ROM_QSTR(MP_QSTR_GP14), MP_ROM_PTR(&pin_GPIO14) },
39-
{ MP_ROM_QSTR(MP_QSTR_SDA), MP_ROM_PTR(&pin_GPIO15) },
39+
{ MP_ROM_QSTR(MP_QSTR_SCL), MP_ROM_PTR(&pin_GPIO15) },
4040
{ MP_ROM_QSTR(MP_QSTR_GP15), MP_ROM_PTR(&pin_GPIO15) },
4141

4242
{ MP_ROM_QSTR(MP_QSTR_BUTTON), MP_ROM_PTR(&pin_GPIO12) },

0 commit comments

Comments
 (0)