Skip to content

Commit 1185228

Browse files
committed
Remove SPEAKER_SHUTDOWN pin.
1 parent ae923db commit 1185228

File tree

1 file changed

+0
-2
lines changed
  • ports/raspberrypi/boards/adafruit_macropad_rp2040

1 file changed

+0
-2
lines changed

ports/raspberrypi/boards/adafruit_macropad_rp2040/pins.c

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,6 @@ STATIC const mp_rom_map_elem_t board_global_dict_table[] = {
1717

1818
{ MP_ROM_QSTR(MP_QSTR_LED), MP_ROM_PTR(&pin_GPIO13) },
1919

20-
// SPEAKER_SHUTDOWN is deprecated and will be removed in a future release.
21-
{ MP_ROM_QSTR(MP_QSTR_SPEAKER_SHUTDOWN), MP_ROM_PTR(&pin_GPIO14) },
2220
{ MP_ROM_QSTR(MP_QSTR_SPEAKER_ENABLE), MP_ROM_PTR(&pin_GPIO14) },
2321
{ MP_ROM_QSTR(MP_QSTR_SPEAKER), MP_ROM_PTR(&pin_GPIO16) },
2422

0 commit comments

Comments
 (0)