8000 take out a2 · hathach/circuitpython@273dd52 · GitHub
[go: up one dir, main page]

Skip to content

Commit 273dd52

Browse files
committed
take out a2
1 parent 31701e3 commit 273dd52

File tree

1 file changed

+0
-1
lines changed
  • ports/espressif/boards/adafruit_sparkle_motion

1 file changed

+0
-1
lines changed

ports/espressif/boards/adafruit_sparkle_motion/pins.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,6 @@ static const mp_rom_map_elem_t board_module_globals_table[] = {
3232
{ MP_ROM_QSTR(MP_QSTR_D0), MP_ROM_PTR(&pin_GPIO0) },
3333

3434
{ MP_ROM_QSTR(MP_QSTR_MIC), MP_ROM_PTR(&pin_GPIO27) },
35-
{ MP_ROM_QSTR(MP_QSTR_A2), MP_ROM_PTR(&pin_GPIO27) },
3635
{ MP_ROM_QSTR(MP_QSTR_D27), MP_ROM_PTR(&pin_GPIO27) },
3736

3837
{ MP_ROM_QSTR(MP_QSTR_SCL), MP_ROM_PTR(&pin_GPIO13) },

0 commit comments

Comments
 (0)
0