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 27827a4 commit 9b911b2Copy full SHA for 9b911b2
ports/nrf/boards/holyiot_nrf52840/pins.c
@@ -50,8 +50,12 @@ STATIC const mp_rom_map_elem_t board_module_globals_table[] = {
50
{ MP_ROM_QSTR(MP_QSTR_P0_21), MP_ROM_PTR(&pin_P0_21) },
51
{ MP_ROM_QSTR(MP_QSTR_P0_19), MP_ROM_PTR(&pin_P0_19) },
52
53
- // 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) }
54
55
};
56
57
+<<<<<<< HEAD
58
+=======
59
+
60
+>>>>>>> d0426b3438a934257c5351f7eb2d9cdd79881c03
61
MP_DEFINE_CONST_DICT(board_module_globals, board_module_globals_table);
0 commit comments