Skip to content

Commit 236ebba

Browse files
committed
melopero_shake_rp2040: Add missing BOARD_DICT_STANDARD_ITEMS
1 parent b439464 commit 236ebba

File tree

1 file changed

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

1 file changed

+2
-0
lines changed

ports/raspberrypi/boards/melopero_shake_rp2040/pins.c

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
#include "shared-bindings/board/__init__.h"
22

33
STATIC const mp_rom_map_elem_t board_global_dict_table[] = {
4+
CIRCUITPYTHON_BOARD_DICT_STANDARD_ITEMS
5+
46
{ MP_ROM_QSTR(MP_QSTR_A0), MP_ROM_PTR(&pin_GPIO26) },
57
{ MP_ROM_QSTR(MP_QSTR_A1), MP_ROM_PTR(&pin_GPIO27) },
68
{ MP_ROM_QSTR(MP_QSTR_A2), MP_ROM_PTR(&pin_GPIO28) },

0 commit comments

Comments
 (0)