Skip to content

Commit 480c4f1

Browse files
authored
Update pins.c
1 parent facd3a4 commit 480c4f1

File tree

1 file changed

+1
-1
lines changed
  • ports/raspberrypi/boards/adafruit_feather_rp2040_thinkink

1 file changed

+1
-1
lines changed

ports/raspberrypi/boards/adafruit_feather_rp2040_thinkink/pins.c

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

2222
{ MP_ROM_QSTR(MP_QSTR_D4), MP_ROM_PTR(&pin_GPIO4) },
2323
{ MP_ROM_QSTR(MP_QSTR_BOOT), MP_ROM_PTR(&pin_GPIO7) },
24-
{ MP_ROM_QSTR(MP_QSTR_BUTTON), MP_ROM_PTR(&pin_GPIO7) },
24+
{ MP_ROM_QSTR(MP_QSTR_BUTTON), MP_ROM_PTR(&pin_GPIO7) },
2525

2626
{ MP_ROM_QSTR(MP_QSTR_SDA), MP_ROM_PTR(&pin_GPIO2) },
2727
{ MP_ROM_QSTR(MP_QSTR_SCL), MP_ROM_PTR(&pin_GPIO3) },

0 commit comments

Comments
 (0)