Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 1789256

Browse files
author
microbuilder
committed
Moved comment to avoid abbreviation
1 parent f1e1699 commit 1789256

File tree

1 file changed

+2
-1
lines changed
  • ports/nrf/boards/feather52

1 file changed

+2
-1
lines changed

ports/nrf/boards/feather52/pins.c

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,6 +120,7 @@ STATIC const mp_rom_map_elem_t board_module_globals_table[] = {
120120
{ MP_ROM_QSTR(MP_QSTR_A5 ), MP_ROM_PTR(&pin_PA29) },
121121
{ MP_ROM_QSTR(MP_QSTR_A6 ), MP_ROM_PTR(&pin_PA30) },
122122
{ 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
123+
// LED for standard examples
124+
{ MP_ROM_QSTR(MP_QSTR_D13 ), MP_ROM_PTR(&pin_PA17) },
124125
};
125126
MP_DEFINE_CONST_DICT(board_module_globals, board_module_globals_table);

0 commit comments

Comments
 (0)