Skip to content

Commit 3b514bc

Browse files
committed
add LED pin
1 parent 4613a00 commit 3b514bc

File tree

1 file changed

+1
-1
lines changed
  • ports/stm/boards/daisy_seed_with_sdram

1 file changed

+1
-1
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#include "shared-bindings/board/__init__.h"
22

33
STATIC const mp_rom_map_elem_t board_module_globals_table[] = {
4-
4+
{MP_ROM_QSTR(MP_QSTR_LED), MP_ROM_PTR(&pin_PC07)},
55
};
66
MP_DEFINE_CONST_DICT(board_module_globals, board_module_globals_table);

0 commit comments

Comments
 (0)