Skip to content

Commit f3b1cee

Browse files
committed
Seventh Commit
1 parent f71b4bc commit f3b1cee

File tree

1 file changed

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

1 file changed

+0
-1
lines changed

ports/espressif/boards/brainboardz_neuron/pins.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,5 @@ STATIC const mp_rom_map_elem_t board_module_globals_table[] = {
4949
{ MP_ROM_QSTR(MP_QSTR_SD_CS), MP_ROM_PTR(&pin_GPIO16) },
5050
{ MP_ROM_QSTR(MP_QSTR_LED), MP_ROM_PTR(&pin_GPIO21) },
5151
{ MP_ROM_QSTR(MP_QSTR_BOOT), MP_ROM_PTR(&pin_GPIO0) },
52-
5352
};
5453
MP_DEFINE_CONST_DICT(board_module_globals, board_module_globals_table);

0 commit comments

Comments
 (0)