Skip to content

Commit ed95402

Browse files
committed
Add support for new board: Waveshare RP2040-GEEK - pre-commit
1 parent 7ec4601 commit ed95402

File tree

1 file changed

+1
-1
lines changed
  • ports/raspberrypi/boards/waveshare_rp2040_geek

1 file changed

+1
-1
lines changed

ports/raspberrypi/boards/waveshare_rp2040_geek/pins.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,4 +69,4 @@ STATIC const mp_rom_map_elem_t board_module_globals_table[] = {
6969
{ MP_ROM_QSTR(MP_QSTR_DISPLAY), MP_ROM_PTR(&displays[0].display) },
7070

7171
};
72-
MP_DEFINE_CONST_DICT(board_module_globals, board_module_globals_table);
72+
MP_DEFINE_CONST_DICT(board_module_globals, board_module_globals_table);

0 commit comments

Comments
 (0)