Skip to content

Commit c846f4b

Browse files
author
Matt Land
committed
remove newline
1 parent 75cb1d1 commit c846f4b

File tree

1 file changed

+0
-1
lines changed
  • ports/atmel-samd/boards/arduino_zero

1 file changed

+0
-1
lines changed

ports/atmel-samd/boards/arduino_zero/pins.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,5 @@ STATIC const mp_rom_map_elem_t board_global_dict_table[] = {
3434
{ MP_ROM_QSTR(MP_QSTR_MISO), MP_ROM_PTR(&pin_PA12) },
3535
{ MP_ROM_QSTR(MP_QSTR_I2C), MP_ROM_PTR(&board_i2c_obj) },
3636
{ MP_ROM_QSTR(MP_QSTR_SPI), MP_ROM_PTR(&board_spi_obj) },
37-
3837
};
3938
MP_DEFINE_CONST_DICT(board_module_globals, board_global_dict_table);

0 commit comments

Comments
 (0)