Skip to content

Commit

Permalink
Merge pull request #9212 from n3o59hf/patch-1
Browse files Browse the repository at this point in the history
Fix typo in AtomS3U pins
  • Loading branch information
dhalbert committed Apr 27, 2024
2 parents bfaf54d + 3db7483 commit 7fb7910
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ports/espressif/boards/m5stack_atoms3u/pins.c
Expand Up @@ -7,7 +7,7 @@ STATIC const mp_rom_map_elem_t board_module_globals_table[] = {
{ MP_ROM_QSTR(MP_QSTR_A1), MP_ROM_PTR(&pin_GPIO1) },
{ MP_ROM_QSTR(MP_QSTR_D1), MP_ROM_PTR(&pin_GPIO1) },

{ MP_ROM_QSTR(MP_QSTR_PORTA_SCL), MP_ROM_PTR(&pin_GPIO2) },
{ MP_ROM_QSTR(MP_QSTR_PORTA_SDA), MP_ROM_PTR(&pin_GPIO2) },
{ MP_ROM_QSTR(MP_QSTR_A2), MP_ROM_PTR(&pin_GPIO2) },
{ MP_ROM_QSTR(MP_QSTR_D2), MP_ROM_PTR(&pin_GPIO2) },

Expand Down

0 comments on commit 7fb7910

Please sign in to comment.