Skip to content

Commit 2fdaabd

Browse files
authored
Merge pull request adafruit#1882 from ElectronicCats/master
Fix pin lost
2 parents a6785d7 + 9f082ba commit 2fdaabd

File tree

1 file changed

+3
-2
lines changed
  • ports/atmel-samd/boards/escornabot_makech

1 file changed

+3
-2
lines changed

ports/atmel-samd/boards/escornabot_makech/pins.c

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,10 @@ STATIC const mp_rom_map_elem_t board_global_dict_table[] = {
55
{ MP_ROM_QSTR(MP_QSTR_A0), MP_ROM_PTR(&pin_PA02) },
66
{ MP_ROM_QSTR(MP_QSTR_A1), MP_ROM_PTR(&pin_PA04) },
77
{ MP_ROM_QSTR(MP_QSTR_A2), MP_ROM_PTR(&pin_PA05) },
8-
9-
// Buttons
108
{ MP_ROM_QSTR(MP_QSTR_A3), MP_ROM_PTR(&pin_PA10) },
9+
10+
// Buttons
11+
{ MP_ROM_QSTR(MP_QSTR_A4), MP_ROM_PTR(&pin_PA03) },
1112

1213

1314
{ MP_ROM_QSTR(MP_QSTR_D0), MP_ROM_PTR(&pin_PA00) },

0 commit comments

Comments
 (0)