Skip to content

Commit

Permalink
Fix typo in AtomS3U pins
Browse files Browse the repository at this point in the history
  • Loading branch information
n3o59hf committed Apr 26, 2024
1 parent 94afcaa commit 3db7483
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ports/espressif/boards/m5stack_atoms3u/pins.c
Original file line number Diff line number Diff line change
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 3db7483

Please sign in to comment.