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 10b1087 commit c9b8197Copy full SHA for c9b8197
ports/raspberrypi/boards/adafruit_feather_rp2350_adalogger/pins.c
@@ -31,7 +31,7 @@ static const mp_rom_map_elem_t board_module_globals_table[] = {
31
{ MP_ROM_QSTR(MP_QSTR_SCL), MP_ROM_PTR(&pin_GPIO3) },
32
33
{ MP_ROM_QSTR(MP_QSTR_IO4), MP_ROM_PTR(&pin_GPIO4) },
34
- { MP_ROM_QSTR(MP_QSTR_D12, MP_ROM_PTR(&pin_GPIO4) },
+ { MP_ROM_QSTR(MP_QSTR_D12), MP_ROM_PTR(&pin_GPIO4) },
35
36
{ MP_ROM_QSTR(MP_QSTR_D5), MP_ROM_PTR(&pin_GPIO5) },
37
{ MP_ROM_QSTR(MP_QSTR_D6), MP_ROM_PTR(&pin_GPIO6) },
0 commit comments