Skip to content

Commit 6da2ca6

Browse files
authored
Update pins.c
Added a comma (,) to the the end of the definition for board_spi_obj
1 parent 1200fe4 commit 6da2ca6

File tree

1 file changed

+1
-1
lines changed
  • ports/espressif/boards/brainboardz_neuron

1 file changed

+1
-1
lines changed

ports/espressif/boards/brainboardz_neuron/pins.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,6 @@ STATIC const mp_rom_map_elem_t board_module_globals_table[] = {
6565
{ MP_ROM_QSTR(MP_QSTR_IO48), MP_ROM_PTR(&pin_GPIO48) },
6666

6767
{ MP_ROM_QSTR(MP_QSTR_I2C), MP_ROM_PTR(&board_i2c_obj) },
68-
{ MP_ROM_QSTR(MP_QSTR_SPI), MP_ROM_PTR(&board_spi_obj) }
68+
{ MP_ROM_QSTR(MP_QSTR_SPI), MP_ROM_PTR(&board_spi_obj) },
6969
};
7070
MP_DEFINE_CONST_DICT(board_module_globals, board_module_globals_table);

0 commit comments

Comments
 (0)