Skip to content

Commit d59a57e

Browse files
authored
Update pins.c
Changed GIO00 to GIO0
1 parent eab8633 commit d59a57e

File tree

1 file changed

+2
-2
lines changed
  • ports/raspberrypi/boards/bwshockley_figpi

1 file changed

+2
-2
lines changed

ports/raspberrypi/boards/bwshockley_figpi/pins.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,11 +40,11 @@ STATIC const mp_rom_map_elem_t board_module_globals_table[] = {
4040

4141
{ MP_ROM_QSTR(MP_QSTR_D11), MP_ROM_PTR(&pin_GPIO23) },
4242
{ MP_ROM_QSTR(MP_QSTR_D12), MP_ROM_PTR(&pin_GPIO22) },
43-
{ MP_ROM_QSTR(MP_QSTR_D13), MP_ROM_PTR(&pin_GPIO00) },
43+
{ MP_ROM_QSTR(MP_QSTR_D13), MP_ROM_PTR(&pin_GPIO0) },
4444
{ MP_ROM_QSTR(MP_QSTR_D14), MP_ROM_PTR(&pin_GPIO5) },
4545

4646
{ MP_ROM_QSTR(MP_QSTR_NEOPIXEL), MP_ROM_PTR(&pin_GPIO13) },
47-
{ MP_ROM_QSTR(MP_QSTR_LED), MP_ROM_PTR(&pin_GPIO00) },
47+
{ MP_ROM_QSTR(MP_QSTR_LED), MP_ROM_PTR(&pin_GPIO0) },
4848

4949
{ MP_ROM_QSTR(MP_QSTR_BUTTON), MP_ROM_PTR(&pin_GPIO20) },
5050

0 commit comments

Comments
 (0)