Skip to content

Commit 03577ec

Browse files
Added new line
1 parent dac81ea commit 03577ec

File tree

1 file changed

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

1 file changed

+1
-1
lines changed

ports/raspberrypi/boards/pimoroni_tiny2040/pins.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,4 +36,4 @@ STATIC const mp_rom_map_elem_t board_global_dict_table[] = {
3636
{ MP_ROM_QSTR(MP_QSTR_SPI), MP_ROM_PTR(&board_spi_obj) },
3737
{ MP_ROM_QSTR(MP_QSTR_UART), MP_ROM_PTR(&board_uart_obj) },
3838
};
39-
MP_DEFINE_CONST_DICT(board_module_globals, board_global_dict_table);
39+
MP_DEFINE_CONST_DICT(board_module_globals, board_global_dict_table);

0 commit comments

Comments
 (0)