Skip to content

Commit 9b911b2

Browse files
author
Gaetan
committed
modifié : pins.c
1 parent 27827a4 commit 9b911b2

File tree

1 file changed

+5
-1
lines changed
  • ports/nrf/boards/holyiot_nrf52840

1 file changed

+5
-1
lines changed

ports/nrf/boards/holyiot_nrf52840/pins.c

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,8 +50,12 @@ STATIC const mp_rom_map_elem_t board_module_globals_table[] = {
5050
{ MP_ROM_QSTR(MP_QSTR_P0_21), MP_ROM_PTR(&pin_P0_21) },
5151
{ MP_ROM_QSTR(MP_QSTR_P0_19), MP_ROM_PTR(&pin_P0_19) },
5252

53-
// RESET { MP_ROM_QSTR(MP_QSTR_P0_18), MP_ROM_PTR(&pin_P0_18) },
53+
// RESET { MP_ROM_QSTR(MP_QSTR_P0_18), MP_ROM_PTR(&pin_P0_18) }
5454

5555
};
5656

57+
<<<<<<< HEAD
58+
=======
59+
60+
>>>>>>> d0426b3438a934257c5351f7eb2d9cdd79881c03
5761
MP_DEFINE_CONST_DICT(board_module_globals, board_module_globals_table);

0 commit comments

Comments
 (0)