Skip to content

Commit 42ce465

Browse files
authored
Update pins.c
1 parent 81ae88e commit 42ce465

File tree

1 file changed

+4
-4
lines changed
  • ports/nordic/boards/omnimo_nrf52840

1 file changed

+4
-4
lines changed

ports/nordic/boards/omnimo_nrf52840/pins.c

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ static const mp_rom_map_elem_t board_module_globals_table[] = {
3838
{ MP_ROM_QSTR(MP_QSTR_NFC2), MP_ROM_PTR(&pin_P0_10) },
3939

4040
{ MP_ROM_QSTR(MP_QSTR_D2), MP_ROM_PTR(&pin_P1_09) }, // Feather
41-
41+
4242
{ MP_ROM_QSTR(MP_QSTR_D5), MP_ROM_PTR(&pin_P1_08) }, // Feather
4343
{ MP_ROM_QSTR(MP_QSTR_mikroBUS_TX), MP_ROM_PTR(&pin_P1_08) }, // mikroBUS
4444

@@ -62,7 +62,7 @@ static const mp_rom_map_elem_t board_module_globals_table[] = {
6262

6363
{ MP_ROM_QSTR(MP_QSTR_A7), MP_ROM_PTR(&pin_P0_31) },
6464
{ MP_ROM_QSTR(MP_QSTR_mikroBUS_AN), MP_ROM_PTR(&pin_P0_31) }, // mikroBUS
65-
65+
6666
{ MP_ROM_QSTR(MP_QSTR_MOSI), MP_ROM_PTR(&pin_P0_13) }, // Feather
6767
{ MP_ROM_QSTR(MP_QSTR_mikroBUS_RST), MP_ROM_PTR(&pin_P0_13) }, // mikroBUS
6868

@@ -100,7 +100,7 @@ static const mp_rom_map_elem_t board_module_globals_table[] = {
100100
{ MP_ROM_QSTR(MP_QSTR_QWIIC_SDA), MP_ROM_PTR(&pin_P0_08) },
101101

102102
{ MP_ROM_QSTR(MP_QSTR_VOUTEN), MP_ROM_PTR(&pin_P1_04) },
103-
103+
104104
{ MP_ROM_QSTR(MP_QSTR_D43), MP_ROM_PTR(&pin_P1_06) },
105105

106106
{ MP_ROM_QSTR(MP_QSTR_UART), MP_ROM_PTR(&board_uart_obj) },
@@ -109,7 +109,7 @@ static const mp_rom_map_elem_t board_module_globals_table[] = {
109109

110110
/// For Qwiic
111111
{ MP_ROM_QSTR(MP_QSTR_QWIIC), MP_ROM_PTR(&board_i2c_obj) },
112-
112+
113113
};
114114

115115
MP_DEFINE_CONST_DICT(board_module_globals, board_module_globals_table);

0 commit comments

Comments
 (0)