Skip to content

Commit cc709f6

Browse files
authored
Merge pull request #8465 from tirtharajsinha/8.2.x
waveshare-esp32-s3-pico : removing gpio 19 and 20 as these pins are not broken out.
2 parents a14a9a0 + 2047a8d commit cc709f6

File tree

1 file changed

+0
-2
lines changed
  • ports/espressif/boards/waveshare_esp32_s3_pico

1 file changed

+0
-2
lines changed

ports/espressif/boards/waveshare_esp32_s3_pico/pins.c

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,6 @@ STATIC const mp_rom_map_elem_t board_module_globals_table[] = {
2222
{ MP_ROM_QSTR(MP_QSTR_IO16), MP_ROM_PTR(&pin_GPIO16) },
2323
{ MP_ROM_QSTR(MP_QSTR_IO17), MP_ROM_PTR(&pin_GPIO17) },
2424
{ MP_ROM_QSTR(MP_QSTR_IO18), MP_ROM_PTR(&pin_GPIO18) },
25-
{ MP_ROM_QSTR(MP_QSTR_IO19), MP_ROM_PTR(&pin_GPIO19) },
26-
{ MP_ROM_QSTR(MP_QSTR_IO20), MP_ROM_PTR(&pin_GPIO20) },
2725
{ MP_ROM_QSTR(MP_QSTR_IO21), MP_ROM_PTR(&pin_GPIO21) },
2826
{ MP_ROM_QSTR(MP_QSTR_IO33), MP_ROM_PTR(&pin_GPIO33) },
2927
{ MP_ROM_QSTR(MP_QSTR_IO34), MP_ROM_PTR(&pin_GPIO34) },

0 commit comments

Comments
 (0)