We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4613a00 commit 3b514bcCopy full SHA for 3b514bc
ports/stm/boards/daisy_seed_with_sdram/pins.c
@@ -1,6 +1,6 @@
1
#include "shared-bindings/board/__init__.h"
2
3
STATIC const mp_rom_map_elem_t board_module_globals_table[] = {
4
-
+{MP_ROM_QSTR(MP_QSTR_LED), MP_ROM_PTR(&pin_PC07)},
5
};
6
MP_DEFINE_CONST_DICT(board_module_globals, board_module_globals_table);
0 commit comments