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 cfaa02e commit d0426b3Copy full SHA for d0426b3
ports/nrf/boards/holyiot_nrf52840/pins.c
@@ -51,9 +51,9 @@ STATIC const mp_rom_map_elem_t board_module_globals_table[] = {
51
{ MP_ROM_QSTR(MP_QSTR_P0_21), MP_ROM_PTR(&pin_P0_21) },
52
{ MP_ROM_QSTR(MP_QSTR_P0_19), MP_ROM_PTR(&pin_P0_19) },
53
54
- // RESET { MP_ROM_QSTR(MP_QSTR_P0_18), MP_ROM_PTR(&pin_P0_18) },
+ // RESET { MP_ROM_QSTR(MP_QSTR_P0_18), MP_ROM_PTR(&pin_P0_18) }
55
56
};
57
58
59
-MP_DEFINE_CONST_DICT(board_module_globals, board_module_globals_table);
+MP_DEFINE_CONST_DICT(board_module_globals, board_module_globals_table);
0 commit comments