We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f1e1699 commit 1789256Copy full SHA for 1789256
1 file changed
ports/nrf/boards/feather52/pins.c
@@ -120,6 +120,7 @@ STATIC const mp_rom_map_elem_t board_module_globals_table[] = {
120
{ MP_ROM_QSTR(MP_QSTR_A5 ), MP_ROM_PTR(&pin_PA29) },
121
{ MP_ROM_QSTR(MP_QSTR_A6 ), MP_ROM_PTR(&pin_PA30) },
122
{ MP_ROM_QSTR(MP_QSTR_A7 ), MP_ROM_PTR(&pin_PA31) },
123
- { MP_ROM_QSTR(MP_QSTR_D13 ), MP_ROM_PTR(&pin_PA17) }, // LED for stdrd exmpl
+ // LED for standard examples
124
+ { MP_ROM_QSTR(MP_QSTR_D13 ), MP_ROM_PTR(&pin_PA17) },
125
};
126
MP_DEFINE_CONST_DICT(board_module_globals, board_module_globals_table);
0 commit comments