Skip to content

Commit 8134cee

Browse files
authored
Update pins.c
1 parent 7997709 commit 8134cee

File tree

1 file changed

+1
-1
lines changed
  • ports/atmel-samd/boards/xinabox_cc03

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,5 +11,5 @@ STATIC const mp_rom_map_elem_t board_global_dict_table[] = {
1111
{ MP_ROM_QSTR(MP_QSTR_I2C), MP_ROM_PTR(&board_i2c_obj) },
1212
{ MP_ROM_QSTR(MP_QSTR_SPI), MP_ROM_PTR(&board_spi_obj) },
1313
{ MP_ROM_QSTR(MP_QSTR_UART), MP_ROM_PTR(&board_uart_obj) }
14-
}
14+
};
1515
MP_DEFINE_CONST_DICT(board_module_globals, board_global_dict_table);

0 commit comments

Comments
 (0)